DescribeUserRequest
public struct DescribeUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier for the organization under which the user exists.
Declaration
Swift
public let organizationId: String
-
The identifier for the user to be described.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(organizationId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws