ESInstanceDetails class

Details about the Amazon ES instances that AWS recommends that you purchase.

Constructors

ESInstanceDetails({bool? currentGeneration, String? instanceClass, String? instanceSize, String? region, bool? sizeFlexEligible})
ESInstanceDetails.fromJson(Map<String, dynamic> json)
factory

Properties

currentGeneration bool?
Whether the recommendation is for a current-generation instance.
final
hashCode int
The hash code for this object.
no setterinherited
instanceClass String?
The class of instance that AWS recommends.
final
instanceSize String?
The size of instance that AWS recommends.
final
region String?
The AWS Region of the recommended reservation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeFlexEligible bool?
Whether the recommended reservation is size flexible.
final

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