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

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

#table_descriptionTypes::TableDescription

The description of the table created from an existing backup.



7713
7714
7715
7716
7717
# File 'lib/aws-sdk-dynamodb/types.rb', line 7713

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