Class: Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentResponse
- 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
The route table associated with the create transit gateway route table attachment request.
Instance Attribute Details
#transit_gateway_route_table_attachment ⇒ Types::TransitGatewayRouteTableAttachment
The route table associated with the create transit gateway route table attachment request.
1939 1940 1941 1942 1943 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1939 class CreateTransitGatewayRouteTableAttachmentResponse < Struct.new( :transit_gateway_route_table_attachment) SENSITIVE = [] include Aws::Structure end |