TransferCertificateRequest
public struct TransferCertificateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)
Declaration
Swift
public let certificateId: String
-
The AWS account.
Declaration
Swift
public let targetAwsAccount: String
-
The transfer message.
Declaration
Swift
public let transferMessage: String?
-
Undocumented
Declaration
Swift
public init(certificateId: String, targetAwsAccount: String, transferMessage: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws