Class: Aws::ARCRegionswitch::Types::UpdatePlanExecutionStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::UpdatePlanExecutionStepRequest
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_to_take ⇒ String
The updated action to take for the step.
-
#comment ⇒ String
An optional comment about the plan execution.
-
#execution_id ⇒ String
The unique identifier of the plan execution containing the step to update.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan containing the execution step to update.
-
#step_name ⇒ String
The name of the execution step to update.
Instance Attribute Details
#action_to_take ⇒ String
The updated action to take for the step. This can be used to skip or retry a step.
2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2149 class UpdatePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :comment, :step_name, :action_to_take) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
An optional comment about the plan execution.
2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2149 class UpdatePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :comment, :step_name, :action_to_take) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The unique identifier of the plan execution containing the step to update.
2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2149 class UpdatePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :comment, :step_name, :action_to_take) SENSITIVE = [] include Aws::Structure end |
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan containing the execution step to update.
2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2149 class UpdatePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :comment, :step_name, :action_to_take) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of the execution step to update.
2149 2150 2151 2152 2153 2154 2155 2156 2157 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2149 class UpdatePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :comment, :step_name, :action_to_take) SENSITIVE = [] include Aws::Structure end |