Class: Aws::EC2::Types::GetTransitGatewayRouteTableAssociationsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#associationsArray<Types::TransitGatewayRouteTableAssociation>

Information about the associations.



20346
20347
20348
20349
20350
# File 'lib/aws-sdk-ec2/types.rb', line 20346

class GetTransitGatewayRouteTableAssociationsResult < Struct.new(
  :associations,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


20346
20347
20348
20349
20350
# File 'lib/aws-sdk-ec2/types.rb', line 20346

class GetTransitGatewayRouteTableAssociationsResult < Struct.new(
  :associations,
  :next_token)
  include Aws::Structure
end