Class: Aws::EC2::Types::DescribeVpcEndpointConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointConnectionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#vpc_endpoint_connections ⇒ Array<Types::VpcEndpointConnection>
Information about the VPC endpoint connections.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
29694 29695 29696 29697 29698 29699 |
# File 'lib/aws-sdk-ec2/types.rb', line 29694 class DescribeVpcEndpointConnectionsResult < Struct.new( :vpc_endpoint_connections, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_connections ⇒ Array<Types::VpcEndpointConnection>
Information about the VPC endpoint connections.
29694 29695 29696 29697 29698 29699 |
# File 'lib/aws-sdk-ec2/types.rb', line 29694 class DescribeVpcEndpointConnectionsResult < Struct.new( :vpc_endpoint_connections, :next_token) SENSITIVE = [] include Aws::Structure end |