class Aws::DynamoDB::Types::RestoreTableFromBackupInput
@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/RestoreTableFromBackupInput AWS API Documentation
@return [String]
The ARN associated with the backup.
@!attribute [rw] backup_arn
@return [String]
The name of the new table to which the backup must be restored.
@!attribute [rw] target_table_name
}
backup_arn: “BackupArn”, # required
target_table_name: “TableName”, # required
{
data as a hash:
@note When making an API call, you may pass RestoreTableFromBackupInput