Class: Aws::EC2::Types::GetTransitGatewayPolicyTableAssociationsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::TransitGatewayPolicyTableAssociation>

Returns details about the transit gateway policy table association.



35690
35691
35692
35693
35694
35695
# File 'lib/aws-sdk-ec2/types.rb', line 35690

class GetTransitGatewayPolicyTableAssociationsResult < Struct.new(
  :associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


35690
35691
35692
35693
35694
35695
# File 'lib/aws-sdk-ec2/types.rb', line 35690

class GetTransitGatewayPolicyTableAssociationsResult < Struct.new(
  :associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end