Class: Aws::RTBFabric::Types::GetInboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetInboundExternalLinkRequest
- 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.
1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1147 class GetInboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1147 1148 1149 1150 1151 1152 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 1147 class GetInboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |