Get Recovery Group Result
data class GetRecoveryGroupResult(val cells: List<String>? = null, val recoveryGroupArn: String? = null, val tags: List<RecoveryGroupTag>? = null)
Constructors
Link copied to clipboard
fun GetRecoveryGroupResult(cells: List<String>? = null, recoveryGroupArn: String? = null, tags: List<RecoveryGroupTag>? = null)