Class: Aws::ARCRegionswitch::Types::UpdatePlanExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::UpdatePlanExecutionRequest
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action specified for a plan execution, for example, Switch to Graceful or Pause.
-
#comment ⇒ String
An optional comment about the plan execution.
-
#execution_id ⇒ String
The execution identifier of a plan execution.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan with the execution to update.
Instance Attribute Details
#action ⇒ String
The action specified for a plan execution, for example, Switch to Graceful or Pause.
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 |
#comment ⇒ String
An optional comment about the plan execution.
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_id ⇒ String
The execution identifier of a plan execution.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the plan with the execution to update.
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 |