Class: Aws::RTBFabric::Types::CreateLinkRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CreateLinkRoutingRuleResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the routing rule was created.
-
#rule_id ⇒ String
The unique identifier of the routing rule.
-
#status ⇒ String
The status of the routing rule.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the routing rule was created.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538 class CreateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538 class CreateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the routing rule.
538 539 540 541 542 543 544 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 538 class CreateLinkRoutingRuleResponse < Struct.new( :rule_id, :status, :created_at) SENSITIVE = [] include Aws::Structure end |