ListCertificatesResponse
public struct ListCertificatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The descriptions of the certificates.
Declaration
Swift
public let certificates: [Certificate]?
-
The marker for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextMarker: String?
-
Undocumented
Declaration
Swift
public init(certificates: [Certificate]? = nil, nextMarker: String? = nil)