Class: Aws::ARCRegionswitch::Types::MinimalWorkflow

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

Instance Attribute Details

#actionString

The action for a minimal workflow, which can be Activate or Deactivate.

Returns:

  • (String)


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

#nameString

The name for a minimal workflow

Returns:

  • (String)


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