Class: Aws::ElasticsearchService::Types::ListVpcEndpointsForDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for request parameters to the ListVpcEndpointsForDomain operation. Specifies the domain whose VPC endpoints will be listed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the ElasticSearch domain whose VPC endpoints are to be listed.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3143

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

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3143

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