class Aws::DynamoDB::Client

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

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

Overloads:
  • create_backup(params = {})

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

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

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

Options Hash: (**params)
  • :backup_name (required, String) --
  • :table_name (required, String) --
def create_backup(params = {}, options = {})
  req = build_request(:create_backup, params)
  req.send_request(options)
end