/AWS1/CL_OMXSHAREDETAILS¶
The details of a resource share.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_shareid TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The ID of the resource share.
iv_resourcearn TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The Arn of the shared resource.
iv_resourceid TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The ID of the shared resource.
iv_principalsubscriber TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The principal subscriber is the account that is sharing the resource.
iv_ownerid TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The account ID for the data owner. The owner creates the resource share.
iv_status TYPE /AWS1/OMXSHARESTATUS /AWS1/OMXSHARESTATUS¶
The status of the share.
iv_statusmessage TYPE /AWS1/OMXSTATUSMESSAGE /AWS1/OMXSTATUSMESSAGE¶
The status message for a resource share. It provides additional details about the share status.
iv_sharename TYPE /AWS1/OMXSHARENAME /AWS1/OMXSHARENAME¶
The name of the resource share.
iv_creationtime TYPE /AWS1/OMXCREATIONTIME /AWS1/OMXCREATIONTIME¶
The timestamp of when the resource share was created.
iv_updatetime TYPE /AWS1/OMXUPDATETIME /AWS1/OMXUPDATETIME¶
The timestamp of the resource share update.
Queryable Attributes¶
shareId¶
The ID of the resource 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 |
resourceArn¶
The Arn of the shared resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
resourceId¶
The ID of the shared resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
principalSubscriber¶
The principal subscriber is the account that is sharing the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALSUBSCRIBER() |
Getter for PRINCIPALSUBSCRIBER, with configurable default |
ASK_PRINCIPALSUBSCRIBER() |
Getter for PRINCIPALSUBSCRIBER w/ exceptions if field has no |
HAS_PRINCIPALSUBSCRIBER() |
Determine if PRINCIPALSUBSCRIBER has a value |
ownerId¶
The account ID for the data owner. The owner creates the resource share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
status¶
The status of the share.
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¶
The status message for a resource share. It provides additional details about the share status.
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 |
shareName¶
The name of the resource share.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHARENAME() |
Getter for SHARENAME, with configurable default |
ASK_SHARENAME() |
Getter for SHARENAME w/ exceptions if field has no value |
HAS_SHARENAME() |
Determine if SHARENAME has a value |
creationTime¶
The timestamp of when the resource share was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
updateTime¶
The timestamp of the resource share update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME 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_SHAREDETAILSLIST¶
TYPES TT_SHAREDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXSHAREDETAILS WITH DEFAULT KEY
.