class Amazonite::DynamoDBV2::BillingModeSummary

Included Modules

Defined in:

dynamodb_v2/billing_mode_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(billing_mode : BillingMode | Nil = nil, last_update_to_pay_per_request_date_time : Time | Nil = nil) #

[View source]

Instance Method Detail

def billing_mode : BillingMode | Nil #

[View source]
def billing_mode=(billing_mode : BillingMode | Nil) #

[View source]
def last_update_to_pay_per_request_date_time : Time | Nil #

[View source]
def last_update_to_pay_per_request_date_time=(last_update_to_pay_per_request_date_time : Time | Nil) #

[View source]