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.
3864 3865 3866 3867 3868 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3864 class GetTransitGatewayRouteTableAttachmentRequest < Struct.new( :attachment_id) SENSITIVE = [] include Aws::Structure end |