CreateServiceSpecificCredentialResponse
public struct CreateServiceSpecificCredentialResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure that contains information about the newly created service-specific credential. This is the only time that the password for this credential set is available. It cannot be recovered later. Instead, you must reset the password with ResetServiceSpecificCredential.
Declaration
Swift
public let serviceSpecificCredential: ServiceSpecificCredential?
-
Undocumented
Declaration
Swift
public init(serviceSpecificCredential: ServiceSpecificCredential? = nil)