Class: Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the ListVpcEndpointsForDomain
operation. Returns a list containing summarized details of the VPC
endpoints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Information about each endpoint associated with the domain.
-
#vpc_endpoint_summary_list ⇒ Array<Types::VpcEndpointSummary>
Provides list of
VpcEndpointSummarysummarizing details of the VPC endpoints.
Instance Attribute Details
#next_token ⇒ String
Information about each endpoint associated with the domain.
3214 3215 3216 3217 3218 3219 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3214 class ListVpcEndpointsForDomainResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_endpoint_summary_list ⇒ Array<Types::VpcEndpointSummary>
Provides list of VpcEndpointSummary summarizing details of the VPC
endpoints.
3214 3215 3216 3217 3218 3219 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3214 class ListVpcEndpointsForDomainResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |