/AWS1/CL_KMSLISTKEYSRESPONSE¶
ListKeysResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_keys TYPE /AWS1/CL_KMSKEYLISTENTRY=>TT_KEYLIST TT_KEYLIST¶
A list of KMS keys.
iv_nextmarker TYPE /AWS1/KMSMARKERTYPE /AWS1/KMSMARKERTYPE¶
When
Truncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.
iv_truncated TYPE /AWS1/KMSBOOLEANTYPE /AWS1/KMSBOOLEANTYPE¶
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
NextMarkerelement in this response to theMarkerparameter in a subsequent request.
Queryable Attributes¶
Keys¶
A list of KMS keys.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYS() |
Getter for KEYS, with configurable default |
ASK_KEYS() |
Getter for KEYS w/ exceptions if field has no value |
HAS_KEYS() |
Determine if KEYS has a value |
NextMarker¶
When
Truncatedis true, this element is present and contains the value to use for theMarkerparameter in a subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
Truncated¶
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
NextMarkerelement in this response to theMarkerparameter in a subsequent request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUNCATED() |
Getter for TRUNCATED |