Class: Aws::CodePipeline::Types::StageContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::StageContext
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about a stage to a job worker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the stage.
Instance Attribute Details
#name ⇒ String
The name of the stage.
4929 4930 4931 4932 4933 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4929 class StageContext < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |