DescribeUserRequest
public struct DescribeUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
Declaration
Swift
public let identityStoreId: String
-
The identifier for a user in the identity store.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(identityStoreId: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws