Class: Aws::ARCRegionswitch::Types::CancelPlanExecutionRequest

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

#commentString

A comment that you can enter about canceling a plan execution step.

Returns:

  • (String)


335
336
337
338
339
340
341
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 335

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

#execution_idString

The execution identifier of a plan execution.

Returns:

  • (String)


335
336
337
338
339
340
341
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 335

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

#plan_arnString

The Amazon Resource Name (ARN) of the plan.

Returns:

  • (String)


335
336
337
338
339
340
341
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 335

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