UpdateUserRequest
public struct UpdateUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String -
The Alexa for Business metadata.
Declaration
Swift
public let alexaForBusinessMetadata: AlexaForBusinessMetadata? -
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
Declaration
Swift
public let licenseType: License? -
The user ID.
Declaration
Swift
public let userId: String -
The user type.
Declaration
Swift
public let userType: UserType? -
Undocumented
Declaration
Swift
public init(accountId: String, alexaForBusinessMetadata: AlexaForBusinessMetadata? = nil, licenseType: License? = nil, userId: String, userType: UserType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateUserRequest Structure Reference