Class: Aws::DynamoDB::Types::RestoreTableFromBackupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::RestoreTableFromBackupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_description ⇒ Types::TableDescription
The description of the table created from an existing backup.
Instance Attribute Details
#table_description ⇒ Types::TableDescription
The description of the table created from an existing backup.
7783 7784 7785 7786 7787 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7783 class RestoreTableFromBackupOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |