Class: Aws::RTBFabric::Types::UpdateLinkRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkRoutingRuleResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_id ⇒ String
The unique identifier of the routing rule.
-
#status ⇒ String
The status of the routing rule.
-
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
Instance Attribute Details
#rule_id ⇒ String
The unique identifier of the routing rule.
3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3011 class UpdateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the routing rule.
3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3011 class UpdateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3011 class UpdateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |