ResetServiceSpecificCredentialResponse
public struct ResetServiceSpecificCredentialResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure with details about the updated service-specific credential, including the new password. This is the only time that you can access the password. You cannot recover the password later, but you can reset it again.
Declaration
Swift
public let serviceSpecificCredential: ServiceSpecificCredential?
-
Undocumented
Declaration
Swift
public init(serviceSpecificCredential: ServiceSpecificCredential? = nil)