/AWS1/CL_SHBACCTFREETRIALSTAT¶
The free trial status of each Security Hub feature for an account.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_accountid TYPE /AWS1/SHBFREETRIALACCOUNTID /AWS1/SHBFREETRIALACCOUNTID¶
The Amazon Web Services account identifier that the free trial statuses apply to.
iv_evaluatedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP¶
The date and time at which Security Hub evaluated the free trial statuses for this account. Every status in
FreeTrialStatusesreflects this point in time.
it_freetrialstatuses TYPE /AWS1/CL_SHBFREETRIALSTATUS=>TT_FREETRIALSTATUSLIST TT_FREETRIALSTATUSLIST¶
An array of free trial statuses, one for each feature that has a free trial period for the account. The array is empty if the account has no free trial to report.
Queryable Attributes¶
AccountId¶
The Amazon Web Services account identifier that the free trial statuses apply to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
EvaluatedAt¶
The date and time at which Security Hub evaluated the free trial statuses for this account. Every status in
FreeTrialStatusesreflects this point in time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVALUATEDAT() |
Getter for EVALUATEDAT, with configurable default |
ASK_EVALUATEDAT() |
Getter for EVALUATEDAT w/ exceptions if field has no value |
HAS_EVALUATEDAT() |
Determine if EVALUATEDAT has a value |
FreeTrialStatuses¶
An array of free trial statuses, one for each feature that has a free trial period for the account. The array is empty if the account has no free trial to report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FREETRIALSTATUSES() |
Getter for FREETRIALSTATUSES, with configurable default |
ASK_FREETRIALSTATUSES() |
Getter for FREETRIALSTATUSES w/ exceptions if field has no v |
HAS_FREETRIALSTATUSES() |
Determine if FREETRIALSTATUSES has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACCOUNTFREETRIALSTATUSLIST¶
TYPES TT_ACCOUNTFREETRIALSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBACCTFREETRIALSTAT WITH DEFAULT KEY
.