class

Amazonite::DynamoDBV2::ListBackupsInput

Inherits JSON::Serializable < Reference < Object

Constructors

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

backup_type
Source
backup_type=(backup_type : BackupTypeFilter | Nil)
Source
exclusive_start_backup_arn
Source
exclusive_start_backup_arn=(exclusive_start_backup_arn : String | Nil)
Source
limit
Source
limit=(limit : Int32 | Nil)
Source
table_name
Source
table_name=(table_name : String | Nil)
Source
time_range_lower_bound
Source
time_range_lower_bound=(time_range_lower_bound : Time | Nil)
Source
time_range_upper_bound
Source
time_range_upper_bound=(time_range_upper_bound : Time | Nil)
Source