Skip to main content

IKMSListAliasesResponse

Interface in AWS.KMS

Interface for ListAliases responses.

Ancestors

Properties

Aliases

property Aliases: TList<IKMSAliasListEntry>

Type: IKMSAliasListEntry

A list of aliases.

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 ListAliases to retrieve further results.