Class: Aws::DynamoDB::Types::ExportSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#export_arnString

The Amazon Resource Name (ARN) of the export.

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
# File 'lib/aws-sdk-dynamodb/types.rb', line 3507

class ExportSummary < Struct.new(
  :export_arn,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusString

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

Returns:

  • (String)


3507
3508
3509
3510
3511
3512
# File 'lib/aws-sdk-dynamodb/types.rb', line 3507

class ExportSummary < Struct.new(
  :export_arn,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end