RegisterCertificateWithoutCAResponse
public struct RegisterCertificateWithoutCAResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the registered certificate.
Declaration
Swift
public let certificateArn: String?
-
The ID of the registered certificate. (The last part of the certificate ARN contains the certificate ID.
Declaration
Swift
public let certificateId: String?
-
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificateId: String? = nil)