Class: Aws::Types::SavingsPlansUtilizationByTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_commitmentTypes::SavingsPlansAmortizedCommitment

Returns the value of attribute amortized_commitment.



1459
1460
1461
# File 'sig/types.rbs', line 1459

def amortized_commitment
  @amortized_commitment
end

#savingsTypes::SavingsPlansSavings

Returns the value of attribute savings.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def savings
  @savings
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



1456
1457
1458
# File 'sig/types.rbs', line 1456

def time_period
  @time_period
end

#utilizationTypes::SavingsPlansUtilization

Returns the value of attribute utilization.



1457
1458
1459
# File 'sig/types.rbs', line 1457

def utilization
  @utilization
end