Class: Aws::ARCRegionswitch::Types::MinimalWorkflow
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::MinimalWorkflow
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
A simplified representation of a workflow in a Region switch plan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action for a minimal workflow, which can be Activate or Deactivate.
-
#name ⇒ String
The name for a minimal workflow.
Instance Attribute Details
#action ⇒ String
The action for a minimal workflow, which can be Activate or Deactivate.
1545 1546 1547 1548 1549 1550 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1545 class MinimalWorkflow < Struct.new( :action, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for a minimal workflow
1545 1546 1547 1548 1549 1550 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1545 class MinimalWorkflow < Struct.new( :action, :name) SENSITIVE = [] include Aws::Structure end |