Class: Aws::ElasticsearchService::Types::ListVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the ‘ListVpcEndpoints` operation. Returns a list containing summarized details of the VPC endpoints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#vpc_endpoint_summary_list ⇒ Array<Types::VpcEndpointSummary>
Information about each endpoint.
Instance Attribute Details
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
3193 3194 3195 3196 3197 3198 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3193 class ListVpcEndpointsResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_summary_list ⇒ Array<Types::VpcEndpointSummary>
Information about each endpoint.
3193 3194 3195 3196 3197 3198 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3193 class ListVpcEndpointsResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |