ChangePasswordRequest
public struct ChangePasswordRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access token.
Declaration
Swift
public let accessToken: String
-
The old password.
Declaration
Swift
public let previousPassword: String
-
The new password.
Declaration
Swift
public let proposedPassword: String
-
Undocumented
Declaration
Swift
public init(accessToken: String, previousPassword: String, proposedPassword: String)
-
Declaration
Swift
public func validate(name: String) throws