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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)


225
226
227
228
# File 'lib/aws-sdk-codepipeline/types.rb', line 225

class ActionContext < Struct.new(
  :name)
  include Aws::Structure
end