AssociateMemberToGroupRequest
public struct AssociateMemberToGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The group to which the member (user or group) is associated.
Declaration
Swift
public let groupId: String
-
The member (user or group) to associate to the group.
Declaration
Swift
public let memberId: String
-
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