Class: Aws::DynamoDB::Types::DeleteBackupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteBackupInput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2253 2254 2255 2256 2257 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2253 class DeleteBackupInput < Struct.new( :backup_arn) SENSITIVE = [] include Aws::Structure end |