You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ExportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExportSummary
- Defined in:
- (unknown)
Overview
Summary information about an export task.
Instance Attribute Summary collapse
-
#export_arn ⇒ String
The Amazon Resource Name (ARN) of the export.
-
#export_status ⇒ String
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
Instance Attribute Details
#export_arn ⇒ String
The Amazon Resource Name (ARN) of the export.
#export_status ⇒ String
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
Possible values:
- IN_PROGRESS
- COMPLETED
- FAILED