Class: Aws::ARCRegionswitch::Types::Step

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Represents a step in a Region switch plan workflow. Each step performs a specific action during the Region switch process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of a step in a workflow.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1947

class Step < Struct.new(
  :name,
  :description,
  :execution_block_configuration,
  :execution_block_type)
  SENSITIVE = []
  include Aws::Structure
end

#execution_block_configurationTypes::ExecutionBlockConfiguration

The configuration for an execution block in a workflow.



1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1947

class Step < Struct.new(
  :name,
  :description,
  :execution_block_configuration,
  :execution_block_type)
  SENSITIVE = []
  include Aws::Structure
end

#execution_block_typeString

The type of an execution block in a workflow.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1947

class Step < Struct.new(
  :name,
  :description,
  :execution_block_configuration,
  :execution_block_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a step in a workflow.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1947

class Step < Struct.new(
  :name,
  :description,
  :execution_block_configuration,
  :execution_block_type)
  SENSITIVE = []
  include Aws::Structure
end