Class: Aws::ARCRegionswitch::Types::UpdatePlanExecutionStepRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_to_takeString

The updated action to take for the step. This can be used to skip or retry a step.

Returns:

  • (String)


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

#commentString

An optional comment about the plan execution.

Returns:

  • (String)


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_idString

The unique identifier of the plan execution containing the step to update.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the plan containing the execution step to update.

Returns:

  • (String)


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_nameString

The name of the execution step to update.

Returns:

  • (String)


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