EC2InstanceDetails class

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

Constructors

EC2InstanceDetails({String? availabilityZone, bool? currentGeneration, String? family, String? instanceType, String? platform, String? region, bool? sizeFlexEligible, String? tenancy})
EC2InstanceDetails.fromJson(Map<String, dynamic> json)
factory

Properties

availabilityZone String?
The Availability Zone of the recommended reservation.
final
currentGeneration bool?
Whether the recommendation is for a current-generation instance.
final
family String?
The instance family of the recommended reservation.
final
hashCode int
The hash code for this object.
no setterinherited
instanceType String?
The type of instance that AWS recommends.
final
platform String?
The platform of the recommended reservation. The platform is the specific combination of operating system, license model, and software on an instance.
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
tenancy String?
Whether the recommended reservation is dedicated or shared.
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