class
Amazonite::DynamoDB::ListBackupsInput
- Amazonite::DynamoDB::ListBackupsInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/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)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#backup_type : BackupTypeFilter | Nil
The backups from the table specified by
BackupTypeare listed. -
#backup_type=(backup_type : BackupTypeFilter | Nil)
The backups from the table specified by
BackupTypeare listed. -
#exclusive_start_backup_arn : String | Nil
LastEvaluatedBackupArnis the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. -
#exclusive_start_backup_arn=(exclusive_start_backup_arn : String | Nil)
LastEvaluatedBackupArnis the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. -
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
Maximum number of backups to return at once.
-
#limit=(limit : Int32 | Nil)
Maximum number of backups to return at once.
-
#table_name : String | Nil
Lists the backups from the table specified in
TableName. -
#table_name=(table_name : String | Nil)
Lists the backups from the table specified in
TableName. -
#time_range_lower_bound : Time | Nil
Only backups created after this time are listed.
-
#time_range_lower_bound=(time_range_lower_bound : Time | Nil)
Only backups created after this time are listed.
-
#time_range_upper_bound : Time | Nil
Only backups created before this time are listed.
-
#time_range_upper_bound=(time_range_upper_bound : Time | Nil)
Only backups created before this time are listed.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The backups from the table specified by BackupType are listed.
Where BackupType can be:
-
USER- On-demand backup created by you. (The default setting if no other backup types are specified.) -
SYSTEM- On-demand backup automatically created by DynamoDB. -
ALL- All types of on-demand backups (USER and SYSTEM).
The backups from the table specified by BackupType are listed.
Where BackupType can be:
-
USER- On-demand backup created by you. (The default setting if no other backup types are specified.) -
SYSTEM- On-demand backup automatically created by DynamoDB. -
ALL- All types of on-demand backups (USER and SYSTEM).
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. This value may
be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch
the next page of results.
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. This value may
be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch
the next page of results.
Lists the backups from the table specified in TableName. You can also provide the Amazon
Resource Name (ARN) of the table in this parameter.
Lists the backups from the table specified in TableName. You can also provide the Amazon
Resource Name (ARN) of the table in this parameter.
Only backups created after this time are listed. TimeRangeLowerBound is inclusive.
Only backups created after this time are listed. TimeRangeLowerBound is inclusive.
Only backups created before this time are listed. TimeRangeUpperBound is exclusive.
Only backups created before this time are listed. TimeRangeUpperBound is exclusive.