class Amazonite::DynamoDB::ListBackupsOutput

Included Modules

Defined in:

dynamodb/list_backups_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(backup_summaries : Array(BackupSummary) | Nil = nil, last_evaluated_backup_arn : String | Nil = nil) #

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

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def backup_summaries : Array(BackupSummary) | Nil #

List of BackupSummary objects.


[View source]
def backup_summaries=(backup_summaries : Array(BackupSummary) | Nil) #

List of BackupSummary objects.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def last_evaluated_backup_arn : String | Nil #

The 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.

If LastEvaluatedBackupArn is empty, then the last page of results has been processed and there are no more results to be retrieved.

If LastEvaluatedBackupArn is not empty, this may or may not indicate that there is more data to be returned. All results are guaranteed to have been returned if and only if no value for LastEvaluatedBackupArn is returned.


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

The 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.

If LastEvaluatedBackupArn is empty, then the last page of results has been processed and there are no more results to be retrieved.

If LastEvaluatedBackupArn is not empty, this may or may not indicate that there is more data to be returned. All results are guaranteed to have been returned if and only if no value for LastEvaluatedBackupArn is returned.


[View source]
def validate! : Nil #

[View source]