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.



7589
7590
7591
7592
7593
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7589

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