Class: Aws::DynamoDB::Types::ExportTableToPointInTimeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExportTableToPointInTimeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_description ⇒ Types::ExportDescription
Contains a description of the table export.
Instance Attribute Details
#export_description ⇒ Types::ExportDescription
Contains a description of the table export.
3809 3810 3811 3812 3813 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3809 class ExportTableToPointInTimeOutput < Struct.new( :export_description) SENSITIVE = [] include Aws::Structure end |