/AWS1/CL_KMSLSTKEYROTATIONSRSP¶
ListKeyRotationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_rotations TYPE /AWS1/CL_KMSROTATIONSLISTENTRY=>TT_ROTATIONSLIST TT_ROTATIONSLIST¶
A list of completed key material rotations. When the optional input parameter
IncludeKeyMaterialis specified with a value ofALL_KEY_MATERIAL, this list includes the first key material and any imported key material pending rotation.
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¶
Rotations¶
A list of completed key material rotations. When the optional input parameter
IncludeKeyMaterialis specified with a value ofALL_KEY_MATERIAL, this list includes the first key material and any imported key material pending rotation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROTATIONS() |
Getter for ROTATIONS, with configurable default |
ASK_ROTATIONS() |
Getter for ROTATIONS w/ exceptions if field has no value |
HAS_ROTATIONS() |
Determine if ROTATIONS 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 |