Class: Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_route_table_attachment ⇒ Types::TransitGatewayRouteTableAttachment
Returns information about the transit gateway route table attachment.
Instance Attribute Details
#transit_gateway_route_table_attachment ⇒ Types::TransitGatewayRouteTableAttachment
Returns information about the transit gateway route table attachment.
3877 3878 3879 3880 3881 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3877 class GetTransitGatewayRouteTableAttachmentResponse < Struct.new( :transit_gateway_route_table_attachment) SENSITIVE = [] include Aws::Structure end |