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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4429

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

#enabledBoolean

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

Returns:

  • (Boolean)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4429

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

#last_changed_atTime

The timestamp when the transition state was last changed.

Returns:

  • (Time)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4429

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

#last_changed_byString

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

Returns:

  • (String)


4429
4430
4431
4432
4433
4434
4435
4436
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4429

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