ListKeysResponse class

Constructors

ListKeysResponse({List<KeyListEntry>? keys, String? nextMarker, bool? truncated})
ListKeysResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<KeyListEntry>?
A list of customer master keys (CMKs).
final
nextMarker String?
When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truncated bool?
A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in thisresponse to the Marker parameter in a subsequent request.
final

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