class Amazonite::DynamoDBV2::BillingModeSummary
- Amazonite::DynamoDBV2::BillingModeSummary
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/billing_mode_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(billing_mode : BillingMode | Nil = nil, last_update_to_pay_per_request_date_time : Time | Nil = nil)
Instance Method Summary
- #billing_mode : BillingMode | Nil
- #billing_mode=(billing_mode : BillingMode | Nil)
- #last_update_to_pay_per_request_date_time : Time | Nil
- #last_update_to_pay_per_request_date_time=(last_update_to_pay_per_request_date_time : Time | Nil)
Constructor Detail
def self.new(billing_mode : BillingMode | Nil = nil, last_update_to_pay_per_request_date_time : Time | Nil = nil)
#
Instance Method Detail
def last_update_to_pay_per_request_date_time=(last_update_to_pay_per_request_date_time : Time | Nil)
#