IKMSDescribeCustomKeyStoresResponse
Interface in AWS.KMS
Interface for DescribeCustomKeyStores responses.
Ancestors
Properties
CustomKeyStores
property CustomKeyStores: TList<IKMSCustomKeyStoresListEntry>
Type: IKMSCustomKeyStoresListEntry
The list of custom key stores and their metadata.
NextMarker
property NextMarker: string
A marker for use in subsequent requests for fetching paginated results.
Only present when Truncated is True.
Truncated
property Truncated: TOptional<Boolean>
A flag indicating whether there are more paginated results.
When True, you can make a subsequent request using the value from NextMarker to fetch further results.