Class: Aws::CodePipeline::Types::ActionContext

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

Overview

Represents the context of an action in the stage of a pipeline to a job worker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_execution_idString

The system-generated unique ID that corresponds to an action's execution.

Returns:

  • (String)


209
210
211
212
213
214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 209

class ActionContext < Struct.new(
  :name,
  :action_execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the action in the context of a job.

Returns:

  • (String)


209
210
211
212
213
214
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 209

class ActionContext < Struct.new(
  :name,
  :action_execution_id)
  SENSITIVE = []
  include Aws::Structure
end