Class: Aws::Types::BillEstimateCommitmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def id
  @id
end

#monthly_paymentTypes::CostAmount

Returns the value of attribute monthly_payment.

Returns:



302
303
304
# File 'sig/types.rbs', line 302

def monthly_payment
  @monthly_payment
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def offering_id
  @offering_id
end

#payment_option::String

Returns the value of attribute payment_option.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def payment_option
  @payment_option
end

#purchase_agreement_type"SAVINGS_PLANS", "RESERVED_INSTANCE"

Returns the value of attribute purchase_agreement_type.

Returns:

  • ("SAVINGS_PLANS", "RESERVED_INSTANCE")


295
296
297
# File 'sig/types.rbs', line 295

def purchase_agreement_type
  @purchase_agreement_type
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def region
  @region
end

#term_length::String

Returns the value of attribute term_length.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def term_length
  @term_length
end

#upfront_paymentTypes::CostAmount

Returns the value of attribute upfront_payment.

Returns:



301
302
303
# File 'sig/types.rbs', line 301

def upfront_payment
  @upfront_payment
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def 
  @usage_account_id
end