Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters returned by ` ListElasticsearchInstanceTypes ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elasticsearch_instance_types ⇒ Array<String>
List of instance types supported by Amazon Elasticsearch service for given ` ElasticsearchVersion `.
-
#next_token ⇒ String
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.
Instance Attribute Details
#elasticsearch_instance_types ⇒ Array<String>
List of instance types supported by Amazon Elasticsearch service for given ` ElasticsearchVersion `
3231 3232 3233 3234 3235 3236 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3231 class ListElasticsearchInstanceTypesResponse < Struct.new( :elasticsearch_instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3231 3232 3233 3234 3235 3236 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3231 class ListElasticsearchInstanceTypesResponse < Struct.new( :elasticsearch_instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |