Class: Aws::ElasticsearchService::Types::ListVpcEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
3068 3069 3070 3071 3072 3073 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3068 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.
3068 3069 3070 3071 3072 3073 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3068 class ListVpcEndpointsResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |