RecoveryPlanManualActionDetailsResponse

data class RecoveryPlanManualActionDetailsResponse(val description: String? = null, val instanceType: String)

Recovery plan manual action details.

Constructors

Link copied to clipboard
constructor(description: String? = null, instanceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The manual action description.

Link copied to clipboard

Gets the type of action details (see RecoveryPlanActionDetailsTypes enum for possible values). Expected value is 'ManualActionDetails'.