CreateCertificateResult
public struct CreateCertificateResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that describes the certificate created.
Declaration
Swift
public let certificate: CertificateSummary?
-
An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.
Declaration
Swift
public let operations: [Operation]?
-
Undocumented
Declaration
Swift
public init(certificate: CertificateSummary? = nil, operations: [Operation]? = nil)