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

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_descriptionTypes::BackupDescription

Contains the description of the backup created for the table.



2624
2625
2626
2627
2628
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2624

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