Skip to main content

IKMSListKeysResponse

Interface in AWS.KMS

Interface for ListKeys responses.

Ancestors

Properties

Keys

property Keys: TList<IKMSKeyListEntry>

Type: IKMSKeyListEntry

A list of KMS keys.

NextMarker

property NextMarker: string

Specifies a value to use as a Marker in subsequent requests to retrieve further results when Truncated is True.

Truncated

property Truncated: TOptional<Boolean>

Specifies if the results have been truncated.

If True, use NextMarker in a subsequent call to ListKeys to retrieve further results.