Class: Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateTransitGatewayRouteTableResult
- Defined in:
- gems/aws-sdk-ec2/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.
2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2544 class AssociateTransitGatewayRouteTableResult < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |