Class: Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The ID of the transit gateway route table attachment.
Instance Attribute Details
#attachment_id ⇒ String
The ID of the transit gateway route table attachment.
4119 4120 4121 4122 4123 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4119 class GetTransitGatewayRouteTableAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |