Class: Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListElasticsearchInstanceTypesResponse
- 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
-
#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
2839 2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2839 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.
2839 2840 2841 2842 2843 2844 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2839 class ListElasticsearchInstanceTypesResponse < Struct.new( :elasticsearch_instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |