Class: Aws::RTBFabric::Types::GetLinkRoutingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetLinkRoutingRuleRequest
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#rule_id ⇒ String
The unique identifier of the routing rule.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
1336 1337 1338 1339 1340 1341 1342 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1336 class GetLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1336 1337 1338 1339 1340 1341 1342 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1336 class GetLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
1336 1337 1338 1339 1340 1341 1342 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1336 class GetLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |