Class: Aws::ARCRegionswitch::Types::ApprovePlanExecutionStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::ApprovePlanExecutionStepRequest
- Defined in:
- gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval ⇒ String
The status of approval for a plan execution step.
-
#comment ⇒ String
A comment that you can enter about a plan execution.
-
#execution_id ⇒ String
The execution identifier of a plan execution.
-
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan.
-
#step_name ⇒ String
The name of a step in a plan execution.
Instance Attribute Details
#approval ⇒ String
The status of approval for a plan execution step.
201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 201 class ApprovePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :step_name, :approval, :comment) SENSITIVE = [] include Aws::Structure end |
#comment ⇒ String
A comment that you can enter about a plan execution.
201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 201 class ApprovePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :step_name, :approval, :comment) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The execution identifier of a plan execution.
201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 201 class ApprovePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :step_name, :approval, :comment) SENSITIVE = [] include Aws::Structure end |
#plan_arn ⇒ String
The Amazon Resource Name (ARN) of the plan.
201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 201 class ApprovePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :step_name, :approval, :comment) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of a step in a plan execution.
201 202 203 204 205 206 207 208 209 |
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 201 class ApprovePlanExecutionStepRequest < Struct.new( :plan_arn, :execution_id, :step_name, :approval, :comment) SENSITIVE = [] include Aws::Structure end |