Class: Aws::Types::UpdateRecoveryPlanStepRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::RecoveryPlanStepConfiguration

Returns the value of attribute configuration.



1510
1511
1512
# File 'sig/types.rbs', line 1510

def configuration
  @configuration
end

#recovery_plan_step_arn::String

Returns the value of attribute recovery_plan_step_arn.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def recovery_plan_step_arn
  @recovery_plan_step_arn
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def step_name
  @step_name
end