Class: Aws::ARCRegionswitch::Types::Workflow

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#steps ⇒ Array<Types::Step>

The steps that make up the workflow.

Returns:



2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2974

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.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2974

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.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2974

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.

Returns:

  • (String)


2974
2975
2976
2977
2978
2979
2980
2981
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2974

class Workflow < Struct.new(
  :steps,
  :workflow_target_action,
  :workflow_target_region,
  :workflow_description)
  SENSITIVE = []
  include Aws::Structure
end