class Amazonite::DynamoDBV2::ListBackupsInput

Included Modules

Defined in:

dynamodb_v2/list_backups_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String | Nil = nil, limit : Int32 | Nil = nil, time_range_lower_bound : Time | Nil = nil, time_range_upper_bound : Time | Nil = nil, exclusive_start_backup_arn : String | Nil = nil, backup_type : BackupTypeFilter | Nil = nil) #

[View source]

Instance Method Detail

def backup_type : BackupTypeFilter | Nil #

[View source]
def backup_type=(backup_type : BackupTypeFilter | Nil) #

[View source]
def exclusive_start_backup_arn : String | Nil #

[View source]
def exclusive_start_backup_arn=(exclusive_start_backup_arn : String | Nil) #

[View source]
def limit : Int32 | Nil #

[View source]
def limit=(limit : Int32 | Nil) #

[View source]
def table_name : String | Nil #

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

[View source]
def time_range_lower_bound : Time | Nil #

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

[View source]
def time_range_upper_bound : Time | Nil #

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

[View source]