Class: Aws::EC2::Types::DescribeVpcEndpointConnectionsResult

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 token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


27416
27417
27418
27419
27420
27421
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27416

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

#vpc_endpoint_connectionsArray<Types::VpcEndpointConnection>

Information about the VPC endpoint connections.

Returns:



27416
27417
27418
27419
27420
27421
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 27416

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