DescribeGroupRequest

public struct DescribeGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier for a group in the identity store.

    Declaration

    Swift

    public let groupId: String
  • The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.

    Declaration

    Swift

    public let identityStoreId: String
  • Undocumented

    Declaration

    Swift

    public init(groupId: String, identityStoreId: String)
  • Declaration

    Swift

    public func validate(name: String) throws