You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::DeleteBackupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteBackupInput
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteBackupInput as input to an Aws::Client method, you can use a vanilla Hash:
{
backup_arn: "BackupArn", # required
}
Instance Attribute Summary collapse
-
#backup_arn ⇒ String
The ARN associated with the backup.
Instance Attribute Details
#backup_arn ⇒ String
The ARN associated with the backup.