GetRecoveryGroupResult

data class GetRecoveryGroupResult(val cells: List<String>? = null, val recoveryGroupArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(cells: List<String>? = null, recoveryGroupArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cells: List<String>? = null

A list of the cell Amazon Resource Names (ARNs) in the recovery group.

Link copied to clipboard

A collection of tags associated with a resource.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of tags associated with a resource.