class Amazonite::DynamoDBV2::ListBackupsInput
- Amazonite::DynamoDBV2::ListBackupsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb_v2/list_backups_input.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
- #backup_type : BackupTypeFilter | Nil
- #backup_type=(backup_type : BackupTypeFilter | Nil)
- #exclusive_start_backup_arn : String | Nil
- #exclusive_start_backup_arn=(exclusive_start_backup_arn : String | Nil)
- #limit : Int32 | Nil
- #limit=(limit : Int32 | Nil)
- #table_name : String | Nil
- #table_name=(table_name : String | Nil)
- #time_range_lower_bound : Time | Nil
- #time_range_lower_bound=(time_range_lower_bound : Time | Nil)
- #time_range_upper_bound : Time | Nil
- #time_range_upper_bound=(time_range_upper_bound : Time | Nil)
Constructor Detail
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)
#