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.



5741
5742
5743
5744
# File 'lib/aws-sdk-dynamodb/types.rb', line 5741

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