ListOutgoingCertificatesResponse
public struct ListOutgoingCertificatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The marker for the next set of results.
Declaration
Swift
public let nextMarker: String? -
The certificates that are being transferred but not yet accepted.
Declaration
Swift
public let outgoingCertificates: [OutgoingCertificate]? -
Undocumented
Declaration
Swift
public init(nextMarker: String? = nil, outgoingCertificates: [OutgoingCertificate]? = nil)
View on GitHub
ListOutgoingCertificatesResponse Structure Reference