Class: Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/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
VpcEndpointSummary
summarizing details of the VPC endpoints.
Instance Attribute Details
#next_token ⇒ String
Information about each endpoint associated with the domain.
3163 3164 3165 3166 3167 3168 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3163 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.
3163 3164 3165 3166 3167 3168 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3163 class ListVpcEndpointsForDomainResponse < Struct.new( :vpc_endpoint_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |