Class: Aws::RTBFabric::Types::GetOutboundExternalLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetOutboundExternalLinkRequest
- 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.
933 934 935 936 937 938 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 933 class GetOutboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
933 934 935 936 937 938 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 933 class GetOutboundExternalLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |