SavingsPlansDetails class
Attribute details on a specific Savings Plan.
Constructors
- SavingsPlansDetails({String? instanceFamily, String? offeringId, String? region})
-
SavingsPlansDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceFamily → String?
-
A group of instance types that Savings Plans applies to.
final
- offeringId → String?
-
The unique ID used to distinguish Savings Plans from one another.
final
- region → String?
-
A collection of AWS resources in a geographic area. Each AWS Region is
isolated and independent of the other Regions.
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