Class: Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_description ⇒ Types::TableDescription
Represents the properties of a table.
Instance Attribute Details
#table_description ⇒ Types::TableDescription
Represents the properties of a table.
8013 8014 8015 8016 8017 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 8013 class RestoreTableToPointInTimeOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |