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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3558
3559
3560
3561
3562
3563
3564
# File 'lib/aws-sdk-codepipeline/types.rb', line 3558

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

#blockersArray<Types::BlockerDeclaration>

Reserved for future use.

Returns:



3558
3559
3560
3561
3562
3563
3564
# File 'lib/aws-sdk-codepipeline/types.rb', line 3558

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

#nameString

The name of the stage.

Returns:

  • (String)


3558
3559
3560
3561
3562
3563
3564
# File 'lib/aws-sdk-codepipeline/types.rb', line 3558

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