Class: Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::TransitGatewayAssociation
The ID of the association.
Instance Attribute Details
#association ⇒ Types::TransitGatewayAssociation
The ID of the association.
2634 2635 2636 2637 2638 |
# File 'lib/aws-sdk-ec2/types.rb', line 2634 class AssociateTransitGatewayRouteTableResult < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |