Class: Aws::DynamoDB::Types::ExportTableToPointInTimeOutput

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

#export_descriptionTypes::ExportDescription

Contains a description of the table export.



3678
3679
3680
3681
3682
# File 'lib/aws-sdk-dynamodb/types.rb', line 3678

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