Class: Aws::CodePipeline::Types::StageDeclaration

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

Overview

Represents information about a stage and its definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::ActionDeclaration>

The actions included in a stage.

Returns:



4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4032

class StageDeclaration < Struct.new(
  :name,
  :blockers,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#blockersArray<Types::BlockerDeclaration>

Reserved for future use.

Returns:



4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4032

class StageDeclaration < Struct.new(
  :name,
  :blockers,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the stage.

Returns:

  • (String)


4032
4033
4034
4035
4036
4037
4038
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4032

class StageDeclaration < Struct.new(
  :name,
  :blockers,
  :actions)
  SENSITIVE = []
  include Aws::Structure
end