Class: Aws::ARCRegionswitch::Types::ApprovePlanExecutionStepRequest

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

#approvalString

The status of approval for a plan execution step.

Returns:

  • (String)


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

#commentString

A comment that you can enter about a plan execution.

Returns:

  • (String)


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_idString

The execution identifier of a plan execution.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the plan.

Returns:

  • (String)


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_nameString

The name of a step in a plan execution.

Returns:

  • (String)


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