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

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

Overview

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)


16709
16710
16711
16712
16713
# File 'lib/aws-sdk-ec2/types.rb', line 16709

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

#vpc_endpoint_connectionsArray<Types::VpcEndpointConnection>

Information about one or more VPC endpoint connections.

Returns:



16709
16710
16711
16712
16713
# File 'lib/aws-sdk-ec2/types.rb', line 16709

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