GetGroupProfileResult

data class GetGroupProfileResult(val domainId: String? = null, val groupName: String? = null, val id: String? = null, val status: GroupProfileStatus? = null)

Constructors

Link copied to clipboard
constructor(domainId: String? = null, groupName: String? = null, id: String? = null, status: GroupProfileStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainId: String? = null

The identifier of the Amazon DataZone domain in which the group profile is created.

Link copied to clipboard
val groupName: String? = null

The group-name of the Group Profile.

Link copied to clipboard
val id: String? = null

The ID of the Amazon DataZone group profile.

Link copied to clipboard

The status of a group profile.