Class: Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput
- Defined in:
- gems/aws-sdk-dynamodb/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.
7898 7899 7900 7901 7902 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7898 class RestoreTableToPointInTimeOutput < Struct.new( :table_description) SENSITIVE = [] include Aws::Structure end |