Class: Aws::CodePipeline::Types::StageContext

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

Overview

Represents information about a stage to a job worker.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the stage.

Returns:

  • (String)


2845
2846
2847
2848
# File 'lib/aws-sdk-codepipeline/types.rb', line 2845

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