Class: Aws::RTBFabric::Types::GetLinkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetLinkRequest
- 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.
1349 1350 1351 1352 1353 1354 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1349 class GetLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
1349 1350 1351 1352 1353 1354 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1349 class GetLinkRequest < Struct.new( :gateway_id, :link_id) SENSITIVE = [] include Aws::Structure end |