Class: Aws::ARCRegionswitch::Types::StepState

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

Overview

Represents the state of a step in a plan execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The timestamp when a step endeded execution.

Returns:

  • (Time)


1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1982

class StepState < Struct.new(
  :name,
  :status,
  :start_time,
  :end_time,
  :step_mode)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a step in a workflow.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1982

class StepState < Struct.new(
  :name,
  :status,
  :start_time,
  :end_time,
  :step_mode)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp when a step started execution.

Returns:

  • (Time)


1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1982

class StepState < Struct.new(
  :name,
  :status,
  :start_time,
  :end_time,
  :step_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a step in a workflow. For example, a status might be Completed or Pending Approval.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1982

class StepState < Struct.new(
  :name,
  :status,
  :start_time,
  :end_time,
  :step_mode)
  SENSITIVE = []
  include Aws::Structure
end

#step_modeString

The mode for a step execution. The mode can be Graceful or Ungraceful.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1982

class StepState < Struct.new(
  :name,
  :status,
  :start_time,
  :end_time,
  :step_mode)
  SENSITIVE = []
  include Aws::Structure
end