Class: Aws::Types::SavingsPlansUtilizationDetail

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.



1468
1469
1470
# File 'sig/types.rbs', line 1468

def amortized_commitment
  @amortized_commitment
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


1465
1466
1467
# File 'sig/types.rbs', line 1465

def attributes
  @attributes
end

#savingsTypes::SavingsPlansSavings

Returns the value of attribute savings.



1467
1468
1469
# File 'sig/types.rbs', line 1467

def savings
  @savings
end

#savings_plan_arn::String

Returns the value of attribute savings_plan_arn.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def savings_plan_arn
  @savings_plan_arn
end

#utilizationTypes::SavingsPlansUtilization

Returns the value of attribute utilization.



1466
1467
1468
# File 'sig/types.rbs', line 1466

def utilization
  @utilization
end