CreateGroupRequest
public struct CreateGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the group.
Declaration
Swift
public let name: String -
The organization under which the group is to be created.
Declaration
Swift
public let organizationId: String -
Undocumented
Declaration
Swift
public init(name: String, organizationId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateGroupRequest Structure Reference