DescribeLunaClientResponse
public struct DescribeLunaClientResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The certificate installed on the HSMs used by this client.
Declaration
Swift
public let certificate: String?
-
The certificate fingerprint.
Declaration
Swift
public let certificateFingerprint: String?
-
The ARN of the client.
Declaration
Swift
public let clientArn: String?
-
The label of the client.
Declaration
Swift
public let label: String?
-
The date and time the client was last modified.
Declaration
Swift
public let lastModifiedTimestamp: String?
-
Undocumented
Declaration
Swift
public init(certificate: String? = nil, certificateFingerprint: String? = nil, clientArn: String? = nil, label: String? = nil, lastModifiedTimestamp: String? = nil)