Class: Aws::Types::BillingModeSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillingModeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
-
#last_update_to_pay_per_request_date_time ⇒ ::Time
Returns the value of attribute last_update_to_pay_per_request_date_time.
Instance Attribute Details
#billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute billing_mode.
194 195 196 |
# File 'sig/types.rbs', line 194 def billing_mode @billing_mode end |
#last_update_to_pay_per_request_date_time ⇒ ::Time
Returns the value of attribute last_update_to_pay_per_request_date_time.
195 196 197 |
# File 'sig/types.rbs', line 195 def last_update_to_pay_per_request_date_time @last_update_to_pay_per_request_date_time end |