Class: Aws::EC2::Types::AssociateTransitGatewayPolicyTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateTransitGatewayPolicyTableResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association ⇒ Types::TransitGatewayPolicyTableAssociation
Describes the association of a transit gateway and a transit gateway policy table.
Instance Attribute Details
#association ⇒ Types::TransitGatewayPolicyTableAssociation
Describes the association of a transit gateway and a transit gateway policy table.
2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2544 class AssociateTransitGatewayPolicyTableResult < Struct.new( :association) SENSITIVE = [] include Aws::Structure end |