Class: Aws::DynamoDB::Types::DescribeBackupOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#backup_descriptionTypes::BackupDescription

Contains the description of the backup created for the table.



2452
2453
2454
2455
# File 'lib/aws-sdk-dynamodb/types.rb', line 2452

class DescribeBackupOutput < Struct.new(
  :backup_description)
  include Aws::Structure
end