ListElasticsearchInstanceTypesResponse class

Container for the parameters returned by ListElasticsearchInstanceTypes operation.

Constructors

ListElasticsearchInstanceTypesResponse({List<ESPartitionInstanceType>? elasticsearchInstanceTypes, String? nextToken})
ListElasticsearchInstanceTypesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

elasticsearchInstanceTypes List<ESPartitionInstanceType>?
List of instance types supported by Amazon Elasticsearch service for given ElasticsearchVersion
final
hashCode int
The hash code for this object.
no setterinherited
nextToken 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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited