Class: Aws::ARCRegionswitch::Types::Step
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::Step
- 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
-
#description ⇒ String
The description of a step in a workflow.
-
#execution_block_configuration ⇒ Types::ExecutionBlockConfiguration
The configuration for an execution block in a workflow.
-
#execution_block_type ⇒ String
The type of an execution block in a workflow.
-
#name ⇒ String
The name of a step in a workflow.
Instance Attribute Details
#description ⇒ String
The description of a step 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_configuration ⇒ Types::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_type ⇒ String
The type of 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 |
#name ⇒ String
The name of a step 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 |