Get Group Result
data class GetGroupResult(val arn: String, val groupId: String, val groupName: String, val id: String, val path: String, val users: List<GetGroupUser>)
A collection of values returned by getGroup.
A collection of values returned by getGroup.