Class: Aws::EC2::Types::AssociateTransitGatewayRouteTableResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::TransitGatewayAssociation

The ID of the association.



1005
1006
1007
1008
# File 'lib/aws-sdk-ec2/types.rb', line 1005

class AssociateTransitGatewayRouteTableResult < Struct.new(
  :association)
  include Aws::Structure
end