Class: Aws::EC2::Types::DescribeVpcEndpointConnectionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointConnectionsResult
- Defined in:
- gems/aws-sdk-ec2/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.
29837 29838 29839 29840 29841 29842 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29837 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.
29837 29838 29839 29840 29841 29842 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29837 class DescribeVpcEndpointConnectionsResult < Struct.new( :vpc_endpoint_connections, :next_token) SENSITIVE = [] include Aws::Structure end |