Class: Aws::DynamoDB::Types::DeleteBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DeleteBackupOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_description ⇒ Types::BackupDescription
Contains the description of the backup created for the table.
Instance Attribute Details
#backup_description ⇒ Types::BackupDescription
Contains the description of the backup created for the table.
2421 2422 2423 2424 2425 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2421 class DeleteBackupOutput < Struct.new( :backup_description) SENSITIVE = [] include Aws::Structure end |