Class: Aws::RTBFabric::Types::DeleteOutboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteOutboundExternalLinkRequest
- 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.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
608 609 610 611 612 613 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 608 class DeleteOutboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
608 609 610 611 612 613 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 608 class DeleteOutboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |