Class: Aws::CodePipeline::Types::TransitionState

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

Overview

Represents information about the state of transitions between one stage and another stage.

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_reasonString

The user-specified reason why the transition between two stages of a pipeline was disabled.

Returns:

  • (String)


3138
3139
3140
3141
3142
3143
3144
# File 'lib/aws-sdk-codepipeline/types.rb', line 3138

class TransitionState < Struct.new(
  :enabled,
  :last_changed_by,
  :last_changed_at,
  :disabled_reason)
  include Aws::Structure
end

#enabledBoolean

Whether the transition between stages is enabled (true) or disabled (false).

Returns:

  • (Boolean)


3138
3139
3140
3141
3142
3143
3144
# File 'lib/aws-sdk-codepipeline/types.rb', line 3138

class TransitionState < Struct.new(
  :enabled,
  :last_changed_by,
  :last_changed_at,
  :disabled_reason)
  include Aws::Structure
end

#last_changed_atTime

The timestamp when the transition state was last changed.

Returns:

  • (Time)


3138
3139
3140
3141
3142
3143
3144
# File 'lib/aws-sdk-codepipeline/types.rb', line 3138

class TransitionState < Struct.new(
  :enabled,
  :last_changed_by,
  :last_changed_at,
  :disabled_reason)
  include Aws::Structure
end

#last_changed_byString

The ID of the user who last changed the transition state.

Returns:

  • (String)


3138
3139
3140
3141
3142
3143
3144
# File 'lib/aws-sdk-codepipeline/types.rb', line 3138

class TransitionState < Struct.new(
  :enabled,
  :last_changed_by,
  :last_changed_at,
  :disabled_reason)
  include Aws::Structure
end