UpdateGroupRequest
public struct UpdateGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A string containing the new description of the group.
Declaration
Swift
public let description: String?
-
The name of the group.
Declaration
Swift
public let groupName: String
-
The new precedence value for the group. For more information about this parameter, see CreateGroup.
Declaration
Swift
public let precedence: Int?
-
The new role ARN for the group. This is used for setting the cognito:roles and cognito:preferred_role claims in the token.
Declaration
Swift
public let roleArn: String?
-
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, groupName: String, precedence: Int? = nil, roleArn: String? = nil, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws