GetGroupProfilePlainArgs

data class GetGroupProfilePlainArgs(val domainId: String, val id: String) : ConvertibleToJava<GetGroupProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, id: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of the Amazon DataZone group profile.

Functions

Link copied to clipboard
open override fun toJava(): GetGroupProfilePlainArgs