Class: Aws::EC2::Types::DescribeVpcEndpointAssociationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeVpcEndpointAssociationsResult
- 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 pagination token.
-
#vpc_endpoint_associations ⇒ Array<Types::VpcEndpointAssociation>
Details of the endpoint associations.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
32030 32031 32032 32033 32034 32035 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32030 class DescribeVpcEndpointAssociationsResult < Struct.new( :vpc_endpoint_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_associations ⇒ Array<Types::VpcEndpointAssociation>
Details of the endpoint associations.
32030 32031 32032 32033 32034 32035 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32030 class DescribeVpcEndpointAssociationsResult < Struct.new( :vpc_endpoint_associations, :next_token) SENSITIVE = [] include Aws::Structure end |