Class: Aws::Types::SavingsPlansUtilizationAggregates

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_commitmentTypes::SavingsPlansAmortizedCommitment

Returns the value of attribute amortized_commitment.



1451
1452
1453
# File 'sig/types.rbs', line 1451

def amortized_commitment
  @amortized_commitment
end

#savingsTypes::SavingsPlansSavings

Returns the value of attribute savings.



1450
1451
1452
# File 'sig/types.rbs', line 1450

def savings
  @savings
end

#utilizationTypes::SavingsPlansUtilization

Returns the value of attribute utilization.



1449
1450
1451
# File 'sig/types.rbs', line 1449

def utilization
  @utilization
end