Class: Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
1712 1713 1714 1715 1716 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1712 class CreateTransitGatewayRouteTableAttachmentResponse < Struct.new( :transit_gateway_route_table_attachment) SENSITIVE = [] include Aws::Structure end |