Class: Aws::DynamoDB::Types::DescribeExportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeExportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_description ⇒ Types::ExportDescription
Represents the properties of the export.
Instance Attribute Details
#export_description ⇒ Types::ExportDescription
Represents the properties of the export.
2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2795 class DescribeExportOutput < Struct.new( :export_description) SENSITIVE = [] include Aws::Structure end |