GetUserGroupsGroup

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

Constructors

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

Types

Link copied to clipboard
object Companion

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.