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

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

Instance Attribute Details

#next_tokenString

Information about each endpoint associated with the domain.

Returns:

  • (String)


3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3038

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:



3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3038

class ListVpcEndpointsForDomainResponse < Struct.new(
  :vpc_endpoint_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end