Class: Aws::DynamoDB::Types::RestoreTableFromBackupOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

The description of the table created from an existing backup.



5752
5753
5754
5755
# File 'lib/aws-sdk-dynamodb/types.rb', line 5752

class RestoreTableFromBackupOutput < Struct.new(
  :table_description)
  include Aws::Structure
end