Class: Aws::ARCRegionswitch::Types::CancelPlanExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::CancelPlanExecutionRequest
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
A comment that you can enter about canceling a plan execution step.
-
#execution_id ⇒ String
The execution identifier of a plan execution.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan.
Instance Attribute Details
#comment ⇒ String
A comment that you can enter about canceling a plan execution step.
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_id ⇒ String
The execution identifier of a plan execution.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the plan.
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 |