WebsiteCaSummary
public struct WebsiteCaSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the CA was added.
Declaration
Swift
public let createdTime: TimeStamp?
-
The name to display.
Declaration
Swift
public let displayName: String?
-
A unique identifier for the CA.
Declaration
Swift
public let websiteCaId: String?
-
Undocumented
Declaration
Swift
public init(createdTime: TimeStamp? = nil, displayName: String? = nil, websiteCaId: String? = nil)