class Aws::RDS::Types::DeleteDBInstanceAutomatedBackupMessage

Parameter input for the `DeleteDBInstanceAutomatedBackup` operation.

@note When making an API call, you may pass DeleteDBInstanceAutomatedBackupMessage

data as a hash:

    {
      dbi_resource_id: "String",
      db_instance_automated_backups_arn: "String",
    }

@!attribute [rw] dbi_resource_id

The identifier for the source DB instance, which can't be changed
and which is unique to an Amazon Web Services Region.
@return [String]

@!attribute [rw] db_instance_automated_backups_arn

The Amazon Resource Name (ARN) of the automated backups to delete,
for example,
`arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteDBInstanceAutomatedBackupMessage AWS API Documentation

Constants

SENSITIVE