Class: Aws::NetworkManager::Types::CreateTransitGatewayRouteTableAttachmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_route_table_attachmentTypes::TransitGatewayRouteTableAttachment

The route table associated with the create transit gateway route table attachment request.



1727
1728
1729
1730
1731
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1727

class CreateTransitGatewayRouteTableAttachmentResponse < Struct.new(
  :transit_gateway_route_table_attachment)
  SENSITIVE = []
  include Aws::Structure
end