SavingsPlansUtilizationDetail class
A single daily or monthly Savings Plans utilization rate, and details for
your account. A management account in an organization have access to member
accounts. You can use GetDimensionValues to determine the
possible dimension values.
Constructors
- 
          SavingsPlansUtilizationDetail({SavingsPlansAmortizedCommitment? amortizedCommitment, Map<
String, String> ? attributes, SavingsPlansSavings? savings, String? savingsPlanArn, SavingsPlansUtilization? utilization}) - 
          SavingsPlansUtilizationDetail.fromJson(Map<
String, dynamic> json) - 
          
            factory
 
Properties
- amortizedCommitment → SavingsPlansAmortizedCommitment?
 - 
  The total amortized commitment for a Savings Plans. Includes the sum of the
upfront and recurring Savings Plans fees.
  final
 - 
  attributes
  → Map<
String, String> ? - 
  The attribute that applies to a specific 
Dimension.final - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - savings → SavingsPlansSavings?
 - 
  The amount saved by using existing Savings Plans. Savings returns both net
savings from savings plans as well as the
onDemandCostEquivalentof the Savings Plans when considering the utilization rate.final - savingsPlanArn → String?
 - 
  The unique Amazon Resource Name (ARN) for a particular Savings Plan.
  final
 - utilization → SavingsPlansUtilization?
 - 
  A ratio of your effectiveness of using existing Savings Plans to apply to
workloads that are Savings Plans eligible.
  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