DisassociateMemberFromGroupRequest
public struct DisassociateMemberFromGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the group from which members are removed.
Declaration
Swift
public let groupId: String
-
The identifier for the member to be removed to the group.
Declaration
Swift
public let memberId: String
-
The identifier for the organization under which the group exists.
Declaration
Swift
public let organizationId: String
-
Undocumented
Declaration
Swift
public init(groupId: String, memberId: String, organizationId: String)
-
Declaration
Swift
public func validate(name: String) throws