Group

class Group

Contains information about an IAM group entity.

This data type is used as a response element in the following operations:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the group was created.

Link copied to clipboard

The stable and unique string identifying the group. For more information about IDs, see IAM identifiers in the IAM User Guide.

Link copied to clipboard

The friendly name that identifies the group.

Link copied to clipboard

The path to the group. For more information about paths, see IAM identifiers in the IAM User Guide.

Functions

Link copied to clipboard
inline fun copy(block: Group.Builder.() -> Unit = {}): Group
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String