Class: Aws::EC2::Types::GetTransitGatewayPolicyTableAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetTransitGatewayPolicyTableAssociationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associations ⇒ Array<Types::TransitGatewayPolicyTableAssociation>
Returns details about the transit gateway policy table association.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#associations ⇒ Array<Types::TransitGatewayPolicyTableAssociation>
Returns details about the transit gateway policy table association.
38925 38926 38927 38928 38929 38930 |
# File 'lib/aws-sdk-ec2/types.rb', line 38925 class GetTransitGatewayPolicyTableAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
38925 38926 38927 38928 38929 38930 |
# File 'lib/aws-sdk-ec2/types.rb', line 38925 class GetTransitGatewayPolicyTableAssociationsResult < Struct.new( :associations, :next_token) SENSITIVE = [] include Aws::Structure end |