You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IdentityStore::Types::Group

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A group object, which contains a specified group’s metadata and attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.

Returns:

  • (String)

    Contains the group’s display name value.

#group_idString

The identifier for a group in the identity store.

Returns:

  • (String)

    The identifier for a group in the identity store.