Class: Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#next_tokenString

Information about each endpoint associated with the domain.

Returns:

  • (String)


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_listArray<Types::VpcEndpointSummary>

Provides list of VpcEndpointSummary summarizing details of the VPC endpoints.

Returns:



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