Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse

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

Overview

Container for the parameters returned by ListElasticsearchInstanceTypes operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elasticsearch_instance_typesArray<String>

List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion

Returns:

  • (Array<String>)


2964
2965
2966
2967
2968
2969
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2964

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

#next_tokenString

In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.

Returns:

  • (String)


2964
2965
2966
2967
2968
2969
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2964

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