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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_descriptionTypes::TableDescription

Represents the properties of a table.



7665
7666
7667
7668
7669
# File 'lib/aws-sdk-dynamodb/types.rb', line 7665

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