Class: Aws::Imagebuilder::Types::WorkflowStepMetadata

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

Overview

Runtime details and status for the workflow step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The step action name.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the workflow step.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

The timestamp when the workflow step finished.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#inputsString

Input parameters that Image Builder provides for the workflow step.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Detailed output message that the workflow step provides at runtime.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workflow step.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#outputsString

The file names that the workflow step created as output for this runtime instance of the workflow.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#rollback_statusString

Reports on the rollback status of the step, if applicable.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The timestamp when the workflow step started.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Runtime status for the workflow step.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#step_execution_idString

A unique identifier for the workflow step, assigned at runtime.



9217
9218
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
# File 'lib/aws-sdk-imagebuilder/types.rb', line 9217

class  < Struct.new(
  :step_execution_id,
  :name,
  :description,
  :action,
  :status,
  :rollback_status,
  :message,
  :inputs,
  :outputs,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end