DescribeWebsiteCertificateAuthorityResponse
public struct DescribeWebsiteCertificateAuthorityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The root certificate of the certificate authority.
Declaration
Swift
public let certificate: String?
-
The time that the certificate authority was added.
Declaration
Swift
public let createdTime: TimeStamp?
-
The certificate name to display.
Declaration
Swift
public let displayName: String?
-
Undocumented
Declaration
Swift
public init(certificate: String? = nil, createdTime: TimeStamp? = nil, displayName: String? = nil)