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.
3998 3999 4000 4001 4002 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3998 class ExportTableToPointInTimeOutput < Struct.new( :export_description) SENSITIVE = [] include Aws::Structure end |