Class: Aws::ARCRegionswitch::Types::Workflow
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Workflow
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Represents a workflow in a Region switch plan. A workflow defines a sequence of steps to execute during a Region switch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#steps ⇒ Array<Types::Step>
The steps that make up the workflow.
-
#workflow_description ⇒ String
The description of the workflow.
-
#workflow_target_action ⇒ String
The action that the workflow performs.
-
#workflow_target_region ⇒ String
The Amazon Web Services Region that the workflow targets.
Instance Attribute Details
#steps ⇒ Array<Types::Step>
The steps that make up the workflow.
2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2242 class Workflow < Struct.new( :steps, :workflow_target_action, :workflow_target_region, :workflow_description) SENSITIVE = [] include Aws::Structure end |
#workflow_description ⇒ String
The description of the workflow.
2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2242 class Workflow < Struct.new( :steps, :workflow_target_action, :workflow_target_region, :workflow_description) SENSITIVE = [] include Aws::Structure end |
#workflow_target_action ⇒ String
The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.
2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2242 class Workflow < Struct.new( :steps, :workflow_target_action, :workflow_target_region, :workflow_description) SENSITIVE = [] include Aws::Structure end |
#workflow_target_region ⇒ String
The Amazon Web Services Region that the workflow targets.
2242 2243 2244 2245 2246 2247 2248 2249 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2242 class Workflow < Struct.new( :steps, :workflow_target_action, :workflow_target_region, :workflow_description) SENSITIVE = [] include Aws::Structure end |