/AWS1/CL_QSTSUCCFULKEYREGENTRY¶
A success entry that occurs when a KeyRegistration job is successfully applied to the Quick Sight account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_keyarn TYPE /AWS1/QSTSTRING /AWS1/QSTSTRING¶
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntryentry.
iv_statuscode TYPE /AWS1/QSTSTATUSCODE /AWS1/QSTSTATUSCODE¶
The HTTP status of a
SuccessfulKeyRegistrationEntryentry.
Queryable Attributes¶
KeyArn¶
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntryentry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEYARN() |
Getter for KEYARN, with configurable default |
ASK_KEYARN() |
Getter for KEYARN w/ exceptions if field has no value |
HAS_KEYARN() |
Determine if KEYARN has a value |
StatusCode¶
The HTTP status of a
SuccessfulKeyRegistrationEntryentry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SUCCESSFULKEYREGENTRIES¶
TYPES TT_SUCCESSFULKEYREGENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSUCCFULKEYREGENTRY WITH DEFAULT KEY
.