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

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_detailsTypes::BackupDetails

Contains the details of the backup created for the table.



1688
1689
1690
1691
1692
# File 'lib/aws-sdk-dynamodb/types.rb', line 1688

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