Class: Aws::RTBFabric::Types::GetLinkRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetLinkRoutingRuleResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conditions ⇒ Types::RuleCondition
The conditions for the routing rule.
-
#created_at ⇒ Time
The timestamp of when the routing rule was created.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#priority ⇒ Integer
The priority of the routing rule.
-
#rule_id ⇒ String
The unique identifier of the routing rule.
-
#status ⇒ String
The status of the routing rule.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
-
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
Instance Attribute Details
#conditions ⇒ Types::RuleCondition
The conditions for the routing rule.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp of when the routing rule was created.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority of the routing rule.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the routing rule.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of the key-value pairs for the tag or tags assigned to the specified resource.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the routing rule was last updated.
1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1383 class GetLinkRoutingRuleResponse < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions, :status, :created_at, :updated_at, :tags) SENSITIVE = [] include Aws::Structure end |