Class: Aws::EC2::Types::DescribeVpcEndpointAssociationsResult

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

#next_tokenString

The pagination token.

Returns:

  • (String)


29557
29558
29559
29560
29561
29562
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29557

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

#vpc_endpoint_associationsArray<Types::VpcEndpointAssociation>

Details of the endpoint associations.

Returns:



29557
29558
29559
29560
29561
29562
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29557

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