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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



46241
46242
46243
46244
46245
46246
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46241

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


46241
46242
46243
46244
46245
46246
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 46241

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