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)


3212
3213
3214
3215
3216
3217
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3212

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:



3212
3213
3214
3215
3216
3217
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3212

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