CertificateSummary
public struct CertificateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the certificate.
Declaration
Swift
public let certificateArn: String?
-
An object that describes a certificate in detail.
Declaration
Swift
public let certificateDetail: Certificate?
-
The name of the certificate.
Declaration
Swift
public let certificateName: String?
-
The domain name of the certificate.
Declaration
Swift
public let domainName: String?
-
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(certificateArn: String? = nil, certificateDetail: Certificate? = nil, certificateName: String? = nil, domainName: String? = nil, tags: [Tag]? = nil)