DescribeGroupResponse

public struct DescribeGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let displayName: String
  • The identifier for a group in the identity store.

    Declaration

    Swift

    public let groupId: String
  • Undocumented

    Declaration

    Swift

    public init(displayName: String, groupId: String)