Class: Aws::BCMDataExports::Types::ExecutionReference

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

Overview

The reference for the data export update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

The ID for this specific execution.

Returns:

  • (String)


140
141
142
143
144
145
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 140

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

#execution_statusTypes::ExecutionStatus

The status of this specific execution.



140
141
142
143
144
145
# File 'gems/aws-sdk-bcmdataexports/lib/aws-sdk-bcmdataexports/types.rb', line 140

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