Class: Aws::Types::BillEstimateCommitmentSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillEstimateCommitmentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#monthly_payment ⇒ Types::CostAmount
Returns the value of attribute monthly_payment.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#payment_option ⇒ ::String
Returns the value of attribute payment_option.
-
#purchase_agreement_type ⇒ "SAVINGS_PLANS", "RESERVED_INSTANCE"
Returns the value of attribute purchase_agreement_type.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#term_length ⇒ ::String
Returns the value of attribute term_length.
-
#upfront_payment ⇒ Types::CostAmount
Returns the value of attribute upfront_payment.
-
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
294 295 296 |
# File 'sig/types.rbs', line 294 def id @id end |
#monthly_payment ⇒ Types::CostAmount
Returns the value of attribute monthly_payment.
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.
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.
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.
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.
298 299 300 |
# File 'sig/types.rbs', line 298 def region @region end |
#term_length ⇒ ::String
Returns the value of attribute term_length.
299 300 301 |
# File 'sig/types.rbs', line 299 def term_length @term_length end |
#upfront_payment ⇒ Types::CostAmount
Returns the value of attribute upfront_payment.
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.
297 298 299 |
# File 'sig/types.rbs', line 297 def usage_account_id @usage_account_id end |