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

#configuration ⇒ Types::RecoveryPlanStepConfiguration

Returns the value of attribute configuration.



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

def configuration
  @configuration
end

#recovery_plan_step_arn ⇒ ::String

Returns the value of attribute recovery_plan_step_arn.

Returns:

  • (::String)


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

def recovery_plan_step_arn
  @recovery_plan_step_arn
end

#step_name ⇒ ::String

Returns the value of attribute step_name.

Returns:

  • (::String)


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

def step_name
  @step_name
end