Class: Aws::DynamoDB::Types::RestoreTableToPointInTimeOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of a table.



5790
5791
5792
5793
# File 'lib/aws-sdk-dynamodb/types.rb', line 5790

class RestoreTableToPointInTimeOutput < Struct.new(
  :table_description)
  include Aws::Structure
end