Class: Aws::DynamoDB::Types::DeleteBackupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_descriptionTypes::BackupDescription

Contains the description of the backup created for the table.



2191
2192
2193
2194
2195
# File 'lib/aws-sdk-dynamodb/types.rb', line 2191

class DeleteBackupOutput < Struct.new(
  :backup_description)
  SENSITIVE = []
  include Aws::Structure
end