Group

data class Group(val value: OwnerGroupProperties) : OwnerProperties

Specifies that the domain unit owner is a group.

Constructors

Link copied to clipboard
constructor(value: OwnerGroupProperties)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this OwnerProperties as a Group and retrieves its aws.sdk.kotlin.services.datazone.model.OwnerGroupProperties value. Throws an exception if the OwnerProperties is not a Group.

Link copied to clipboard
Link copied to clipboard

Casts this OwnerProperties as a User and retrieves its aws.sdk.kotlin.services.datazone.model.OwnerUserProperties value. Throws an exception if the OwnerProperties is not a User.

Link copied to clipboard