GetGroupResult

data class GetGroupResult(val id: String? = null, val resourceArns: List<String>? = null, val tags: List<Tag>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Id of the group.

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

The ARNs of the canaries that you want to associate with this group.

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

The list of key-value pairs that are associated with the group.