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
- Struct
- Aws::CodePipeline::Types::TransitionState
- Defined in:
- (unknown)
Overview
Represents information about the state of transitions between one stage and another stage.
Returned by:
Instance Attribute Summary collapse
-
#disabled_reason ⇒ String
The user-specified reason why the transition between two stages of a pipeline was disabled.
-
#enabled ⇒ Boolean
Whether the transition between stages is enabled (true) or disabled (false).
-
#last_changed_at ⇒ Time
The timestamp when the transition state was last changed.
-
#last_changed_by ⇒ String
The ID of the user who last changed the transition state.
Instance Attribute Details
#disabled_reason ⇒ String
The user-specified reason why the transition between two stages of a pipeline was disabled.
#enabled ⇒ Boolean
Whether the transition between stages is enabled (true) or disabled (false).
#last_changed_at ⇒ Time
The timestamp when the transition state was last changed.
#last_changed_by ⇒ String
The ID of the user who last changed the transition state.