/AWS1/CL_WADWORKLOADSHARESUMM¶
A workload share summary return object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_shareid TYPE /AWS1/WADSHAREID /AWS1/WADSHAREID¶
The ID associated with the share.
iv_sharedwith TYPE /AWS1/WADSHAREDWITH /AWS1/WADSHAREDWITH¶
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.
iv_permissiontype TYPE /AWS1/WADPERMISSIONTYPE /AWS1/WADPERMISSIONTYPE¶
Permission granted on a share request.
iv_status TYPE /AWS1/WADSHARESTATUS /AWS1/WADSHARESTATUS¶
The status of the share request.
iv_statusmessage TYPE /AWS1/WADSTATUSMESSAGE /AWS1/WADSTATUSMESSAGE¶
Optional message to compliment the Status field.
Queryable Attributes¶
ShareId¶
The ID associated with the share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREID() |
Getter for SHAREID, with configurable default |
ASK_SHAREID() |
Getter for SHAREID w/ exceptions if field has no value |
HAS_SHAREID() |
Determine if SHAREID has a value |
SharedWith¶
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREDWITH() |
Getter for SHAREDWITH, with configurable default |
ASK_SHAREDWITH() |
Getter for SHAREDWITH w/ exceptions if field has no value |
HAS_SHAREDWITH() |
Determine if SHAREDWITH has a value |
PermissionType¶
Permission granted on a share request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERMISSIONTYPE() |
Getter for PERMISSIONTYPE, with configurable default |
ASK_PERMISSIONTYPE() |
Getter for PERMISSIONTYPE w/ exceptions if field has no valu |
HAS_PERMISSIONTYPE() |
Determine if PERMISSIONTYPE has a value |
Status¶
The status of the share request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusMessage¶
Optional message to compliment the Status field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE 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_WORKLOADSHARESUMMARIES¶
TYPES TT_WORKLOADSHARESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADWORKLOADSHARESUMM WITH DEFAULT KEY
.