/AWS1/CL_PANDESCRPACKAGERSP¶
DescribePackageResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packageid TYPE /AWS1/PANNODEPACKAGEID /AWS1/PANNODEPACKAGEID¶
The package's ID.
iv_packagename TYPE /AWS1/PANNODEPACKAGENAME /AWS1/PANNODEPACKAGENAME¶
The package's name.
iv_arn TYPE /AWS1/PANNODEPACKAGEARN /AWS1/PANNODEPACKAGEARN¶
The package's ARN.
io_storagelocation TYPE REF TO /AWS1/CL_PANSTORAGELOCATION /AWS1/CL_PANSTORAGELOCATION¶
The package's storage location.
iv_createdtime TYPE /AWS1/PANTIMESTAMP /AWS1/PANTIMESTAMP¶
When the package was created.
it_tags TYPE /AWS1/CL_PANTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The package's tags.
Optional arguments:¶
it_readaccessprincipalarns TYPE /AWS1/CL_PANPRINCARNSLIST_W=>TT_PRINCIPALARNSLIST TT_PRINCIPALARNSLIST¶
ARNs of accounts that have read access to the package.
it_writeaccessprincipalarns TYPE /AWS1/CL_PANPRINCARNSLIST_W=>TT_PRINCIPALARNSLIST TT_PRINCIPALARNSLIST¶
ARNs of accounts that have write access to the package.
Queryable Attributes¶
PackageId¶
The package's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGEID() |
Getter for PACKAGEID, with configurable default |
ASK_PACKAGEID() |
Getter for PACKAGEID w/ exceptions if field has no value |
HAS_PACKAGEID() |
Determine if PACKAGEID has a value |
PackageName¶
The package's name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKAGENAME() |
Getter for PACKAGENAME, with configurable default |
ASK_PACKAGENAME() |
Getter for PACKAGENAME w/ exceptions if field has no value |
HAS_PACKAGENAME() |
Determine if PACKAGENAME has a value |
Arn¶
The package's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
StorageLocation¶
The package's storage location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGELOCATION() |
Getter for STORAGELOCATION |
ReadAccessPrincipalArns¶
ARNs of accounts that have read access to the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READACCESSPRINCIPALARNS() |
Getter for READACCESSPRINCIPALARNS, with configurable defaul |
ASK_READACCESSPRINCIPALARNS() |
Getter for READACCESSPRINCIPALARNS w/ exceptions if field ha |
HAS_READACCESSPRINCIPALARNS() |
Determine if READACCESSPRINCIPALARNS has a value |
WriteAccessPrincipalArns¶
ARNs of accounts that have write access to the package.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WRITEACCESSPRINCIPALARNS() |
Getter for WRITEACCESSPRINCIPALARNS, with configurable defau |
ASK_WRITEACCESSPRINCIPALARNS() |
Getter for WRITEACCESSPRINCIPALARNS w/ exceptions if field h |
HAS_WRITEACCESSPRINCIPALARNS() |
Determine if WRITEACCESSPRINCIPALARNS has a value |
CreatedTime¶
When the package was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
Tags¶
The package's tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |