/AWS1/CL_RE2STRMGACCESSDETAILS¶
Contains information about an Amazon Web Services service that has been granted streaming access to your Resource Explorer data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_serviceprincipal TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.
iv_createdat TYPE /AWS1/RE2TIMESTAMP /AWS1/RE2TIMESTAMP¶
The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.
Queryable Attributes¶
ServicePrincipal¶
The service principal of the Amazon Web Services service that has streaming access to your Resource Explorer data. A service principal is a unique identifier for an Amazon Web Services service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEPRINCIPAL() |
Getter for SERVICEPRINCIPAL, with configurable default |
ASK_SERVICEPRINCIPAL() |
Getter for SERVICEPRINCIPAL w/ exceptions if field has no va |
HAS_SERVICEPRINCIPAL() |
Determine if SERVICEPRINCIPAL has a value |
CreatedAt¶
The date and time when streaming access was granted to the Amazon Web Services service, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_STREAMINGACCESSDETAILSLIST¶
TYPES TT_STREAMINGACCESSDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RE2STRMGACCESSDETAILS WITH DEFAULT KEY
.