Class: Aws::Drs::Types::GetRecoveryPlanStepRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_plan_step_arnString

The ARN of the Recovery Plan step to retrieve.

Returns:

  • (String)


1554
1555
1556
1557
1558
# File 'lib/aws-sdk-drs/types.rb', line 1554

class GetRecoveryPlanStepRequest < Struct.new(
  :recovery_plan_step_arn)
  SENSITIVE = []
  include Aws::Structure
end