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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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)


2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2941

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)


2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2941

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)


2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2941

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)


2941
2942
2943
2944
2945
2946
2947
2948
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2941

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