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)


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_statusString

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

Returns:

  • (String)


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