class Amazonite::DynamoDBV2::CreateBackupInput

Included Modules

Defined in:

dynamodb_v2/create_backup_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, backup_name : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def backup_name : String #

[View source]
def backup_name=(backup_name : String) #

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]