Class: Aws::ARCRegionswitch::Types::UpdatePlanExecutionRequest

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

#actionString

The action specified for a plan execution, for example, Switch to Graceful or Pause.

Returns:

  • (String)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2111

class UpdatePlanExecutionRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :action,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#commentString

An optional comment about the plan execution.

Returns:

  • (String)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2111

class UpdatePlanExecutionRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :action,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The execution identifier of a plan execution.

Returns:

  • (String)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2111

class UpdatePlanExecutionRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :action,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#plan_arnString

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

Returns:

  • (String)


2111
2112
2113
2114
2115
2116
2117
2118
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2111

class UpdatePlanExecutionRequest < Struct.new(
  :plan_arn,
  :execution_id,
  :action,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end