Class: Aws::DynamoDB::Types::CreateBackupOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#backup_detailsTypes::BackupDetails

Contains the details of the backup created for the table.



1533
1534
1535
1536
# File 'lib/aws-sdk-dynamodb/types.rb', line 1533

class CreateBackupOutput < Struct.new(
  :backup_details)
  include Aws::Structure
end