DeleteGroupRequest
public struct DeleteGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the group.
Declaration
Swift
public let groupName: String -
The user pool ID for the user pool.
Declaration
Swift
public let userPoolId: String -
Undocumented
Declaration
Swift
public init(groupName: String, userPoolId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteGroupRequest Structure Reference