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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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.



1693
1694
1695
1696
1697
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1693

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