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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdataexports/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)


327
328
329
330
331
332
333
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 327

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

#execution_statusTypes::ExecutionStatus

The status of this specific execution.



327
328
329
330
331
332
333
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 327

class GetExecutionResponse < Struct.new(
  :execution_id,
  :export,
  :execution_status)
  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:



327
328
329
330
331
332
333
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 327

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