Class: Aws::ARCRegionswitch::Types::StepState
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::StepState
- 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
-
#end_time ⇒ Time
The timestamp when a step endeded execution.
-
#name ⇒ String
The name of a step in a workflow.
-
#start_time ⇒ Time
The timestamp when a step started execution.
-
#status ⇒ String
The status of a step in a workflow.
-
#step_mode ⇒ String
The mode for a step execution.
Instance Attribute Details
#end_time ⇒ Time
The timestamp when a step endeded execution.
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 |
#name ⇒ String
The name of a step in a workflow.
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_time ⇒ Time
The timestamp when a step started execution.
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 |
#status ⇒ String
The status of a step in a workflow. For example, a status might be Completed or Pending Approval.
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_mode ⇒ String
The mode for a step execution. The mode can be Graceful or Ungraceful.
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 |