Class: Aws::DynamoDB::Types::DescribeExportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeExportOutput
- Defined in:
- gems/aws-sdk-dynamodb/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.
2688 2689 2690 2691 2692 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 2688 class DescribeExportOutput < Struct.new( :export_description) SENSITIVE = [] include Aws::Structure end |