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.



8050
8051
8052
8053
8054
# File 'lib/aws-sdk-dynamodb/types.rb', line 8050

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