Class: Aws::Imagebuilder::Types::WorkflowStepExecution

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

Overview

Contains runtime details for an instance of a workflow that ran for the associated image build version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The name of the step action.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#image_build_version_arnString

The Amazon Resource Name (ARN) of the image build version that ran the workflow.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workflow step.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

The timestamp when the workflow step started.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#step_execution_idString

Uniquely identifies the workflow step that ran for the associated image build version.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_build_version_arnString

The ARN of the workflow resource that ran.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_execution_idString

Uniquely identifies the runtime instance of the workflow that contains the workflow step that ran for the associated image build version.

Returns:

  • (String)


8319
8320
8321
8322
8323
8324
8325
8326
8327
8328
8329
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8319

class WorkflowStepExecution < Struct.new(
  :step_execution_id,
  :image_build_version_arn,
  :workflow_execution_id,
  :workflow_build_version_arn,
  :name,
  :action,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end