ListCertificatesByCAResponse
public struct ListCertificatesByCAResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The device certificates signed by the specified CA certificate.
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)
View on GitHub
ListCertificatesByCAResponse Structure Reference