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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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.



3807
3808
3809
3810
3811
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3807

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