Class: Aws::DynamoDB::Types::ExportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ExportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Summary information about an export task.
Constant Summary collapse
- SENSITIVE =
[]
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.
3512 3513 3514 3515 3516 3517 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3512 class ExportSummary < Struct.new( :export_arn, :export_status) SENSITIVE = [] include Aws::Structure end |
#export_status ⇒ String
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
3512 3513 3514 3515 3516 3517 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3512 class ExportSummary < Struct.new( :export_arn, :export_status) SENSITIVE = [] include Aws::Structure end |