Class: Aws::RTBFabric::Types::DeleteLinkRoutingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteLinkRoutingRuleRequest
- Includes:
- Structure
- Defined in:
- 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.
858 859 860 861 862 863 864 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858 class DeleteLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
858 859 860 861 862 863 864 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858 class DeleteLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
858 859 860 861 862 863 864 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 858 class DeleteLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id) SENSITIVE = [] include Aws::Structure end |