Class: Aws::RTBFabric::Types::DeleteInboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DeleteInboundExternalLinkRequest
- 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.
Instance Attribute Details
#gateway_id ⇒ String
The unique identifier of the gateway.
555 556 557 558 559 560 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 555 class DeleteInboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
555 556 557 558 559 560 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 555 class DeleteInboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |