VolumeRecommendationOption class

Describes a recommendation option for an Amazon Elastic Block Store (Amazon EBS) instance.

Constructors

VolumeRecommendationOption({VolumeConfiguration? configuration, double? performanceRisk, int? rank})
VolumeRecommendationOption.fromJson(Map<String, dynamic> json)
factory

Properties

configuration VolumeConfiguration?
An array of objects that describe a volume configuration.
final
hashCode int
The hash code for this object.
no setterinherited
performanceRisk double?
The performance risk of the volume recommendation option.
final
rank int?
The rank of the volume recommendation option.
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