Class: Aws::Types::SavingsPlansAmortizedCommitment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_recurring_commitment::String

Returns the value of attribute amortized_recurring_commitment.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def amortized_recurring_commitment
  @amortized_recurring_commitment
end

#amortized_upfront_commitment::String

Returns the value of attribute amortized_upfront_commitment.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def amortized_upfront_commitment
  @amortized_upfront_commitment
end

#total_amortized_commitment::String

Returns the value of attribute total_amortized_commitment.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def total_amortized_commitment
  @total_amortized_commitment
end