Class: Aws::CodePipeline::Types::ActionContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionContext
- Includes:
- Structure
- Defined in:
- 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
-
#action_execution_id ⇒ String
The system-generated unique ID that corresponds to an action’s execution.
-
#name ⇒ String
The name of the action in the context of a job.
Instance Attribute Details
#action_execution_id ⇒ String
The system-generated unique ID that corresponds to an action’s execution.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 209 class ActionContext < Struct.new( :name, :action_execution_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the action in the context of a job.
209 210 211 212 213 214 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 209 class ActionContext < Struct.new( :name, :action_execution_id) SENSITIVE = [] include Aws::Structure end |