You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

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)

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

#enabledBoolean

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

Returns:

  • (Boolean)

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

#last_changed_atTime

The timestamp when the transition state was last changed.

Returns:

  • (Time)

    The timestamp when the transition state was last changed.

#last_changed_byString

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

Returns:

  • (String)

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