Class: Aws::BCMDataExports::Types::GetExecutionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bcmdataexports/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The ID for this specific execution.

Returns:

  • (String)


314
315
316
317
318
319
320
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314

class GetExecutionResponse < Struct.new(
  :execution_id,
  :execution_status,
  :export)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusTypes::ExecutionStatus

The status of this specific execution.



314
315
316
317
318
319
320
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314

class GetExecutionResponse < Struct.new(
  :execution_id,
  :execution_status,
  :export)
  SENSITIVE = []
  include Aws::Structure
end

#exportTypes::Export

The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.

Returns:



314
315
316
317
318
319
320
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 314

class GetExecutionResponse < Struct.new(
  :execution_id,
  :execution_status,
  :export)
  SENSITIVE = []
  include Aws::Structure
end