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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::TransitGatewayAssociation

The ID of the association.



2469
2470
2471
2472
2473
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2469

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