Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesRequest

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

Overview

Container for the parameters to the ‘ ListElasticsearchInstanceTypes ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2819

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

#elasticsearch_versionString

Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2819

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

#max_resultsInteger

Set this value to limit the number of results returned. Value provided must be greater than 30 else it wont be honored.

Returns:

  • (Integer)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2819

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

#next_tokenString

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.

Returns:

  • (String)


2819
2820
2821
2822
2823
2824
2825
2826
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2819

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