IKMSListGrantsResponse
Interface in AWS.KMS
Interface for ListGrants responses.
Ancestors
Properties
Grants
property Grants: TList<IKMSGrantListEntry>
Type: IKMSGrantListEntry
A list of grants.
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 ListGrants to retrieve further results.