DescribeLunaClientResponse class
Constructors
- DescribeLunaClientResponse({String? certificate, String? certificateFingerprint, String? clientArn, String? label, String? lastModifiedTimestamp})
-
DescribeLunaClientResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificate → String?
-
The certificate installed on the HSMs used by this client.
final
- certificateFingerprint → String?
-
The certificate fingerprint.
final
- clientArn → String?
-
The ARN of the client.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String?
-
The label of the client.
final
- lastModifiedTimestamp → String?
-
The date and time the client was last modified.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited