class Aws::DynamoDB::Client

def list_backups(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_backups(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListBackups - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListBackupsOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :backup_type (String) --
  • :exclusive_start_backup_arn (String) --
  • :time_range_upper_bound (Time, DateTime, Date, Integer, String) --
  • :time_range_lower_bound (Time, DateTime, Date, Integer, String) --
  • :limit (Integer) --
  • :table_name (String) --
def list_backups(params = {}, options = {})
  req = build_request(:list_backups, params)
  req.send_request(options)
end