GetUserGroupsGroup

data class GetUserGroupsGroup(val description: String, val groupName: String, val precedence: Int, val roleArn: String) : ConvertibleToJava<GetUserGroupsGroup>

Constructors

Link copied to clipboard
constructor(description: String, groupName: String, precedence: Int, roleArn: String)

Properties

Link copied to clipboard

Description of the user group.

Link copied to clipboard

Name of the user group.

Link copied to clipboard

Precedence of the user group.

Link copied to clipboard

ARN of the IAM role to be associated with the user group.

Functions

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