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
show all
Defined in:
(unknown)

Overview

Summary information about an export task.

Instance Attribute Summary collapse

Instance Attribute Details

#export_arnString

The Amazon Resource Name (ARN) of the export.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the export.

#export_statusString

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

Possible values:

  • IN_PROGRESS
  • COMPLETED
  • FAILED

Returns:

  • (String)

    Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.