Class: Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetTransitGatewayRouteTableAttachmentResponse
- 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
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.
3773 3774 3775 3776 3777 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3773 class GetTransitGatewayRouteTableAttachmentResponse < Struct.new( :transit_gateway_route_table_attachment) SENSITIVE = [] include Aws::Structure end |