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

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

#table_descriptionTypes::TableDescription

The description of the table created from an existing backup.



7727
7728
7729
7730
7731
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7727

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