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.
2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856 class UpdateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the routing rule.
2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856 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.
2856 2857 2858 2859 2860 2861 2862 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2856 class UpdateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |