Class: Aws::Types::AwsDynamoDbTableBillingModeSummary
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableBillingModeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_mode ⇒ ::String
Returns the value of attribute billing_mode.
-
#last_update_to_pay_per_request_date_time ⇒ ::String
Returns the value of attribute last_update_to_pay_per_request_date_time.
Instance Attribute Details
#billing_mode ⇒ ::String
Returns the value of attribute billing_mode.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def billing_mode @billing_mode end |
#last_update_to_pay_per_request_date_time ⇒ ::String
Returns the value of attribute last_update_to_pay_per_request_date_time.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def last_update_to_pay_per_request_date_time @last_update_to_pay_per_request_date_time end |