/AWS1/CL_GDYACCTFREETRIALINFO¶
Provides details of the GuardDuty member account that uses a free trial service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accountid TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING¶
The account identifier of the GuardDuty member account.
io_datasources TYPE REF TO /AWS1/CL_GDYDATASRCSFREETRIAL /AWS1/CL_GDYDATASRCSFREETRIAL¶
Describes the data source enabled for the GuardDuty member account.
it_features TYPE /AWS1/CL_GDYFREETRIALFTCONFRS=>TT_FREETRIALFEATCONFSRESULTS TT_FREETRIALFEATCONFSRESULTS¶
A list of features enabled for the GuardDuty account.
Queryable Attributes¶
AccountId¶
The account identifier of the GuardDuty member account.
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 |
DataSources¶
Describes the data source enabled for the GuardDuty member account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCES() |
Getter for DATASOURCES |
Features¶
A list of features enabled for the GuardDuty account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FEATURES() |
Getter for FEATURES, with configurable default |
ASK_FEATURES() |
Getter for FEATURES w/ exceptions if field has no value |
HAS_FEATURES() |
Determine if FEATURES 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_ACCOUNTFREETRIALINFOS¶
TYPES TT_ACCOUNTFREETRIALINFOS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYACCTFREETRIALINFO WITH DEFAULT KEY
.