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 `
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2964 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.
2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2964 class ListElasticsearchInstanceTypesResponse < Struct.new( :elasticsearch_instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |