/AWS1/CL_ARTPACKAGEGROUPSUMM¶
Details about a package group.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/ARTARN /AWS1/ARTARN¶
The ARN of the package group.
iv_pattern TYPE /AWS1/ARTPACKAGEGROUPPATTERN /AWS1/ARTPACKAGEGROUPPATTERN¶
The pattern of the package group. The pattern determines which packages are associated with the package group.
iv_domainname TYPE /AWS1/ARTDOMAINNAME /AWS1/ARTDOMAINNAME¶
The domain that contains the package group.
iv_domainowner TYPE /AWS1/ARTACCOUNTID /AWS1/ARTACCOUNTID¶
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
iv_createdtime TYPE /AWS1/ARTTIMESTAMP /AWS1/ARTTIMESTAMP¶
A timestamp that represents the date and time the repository was created.
iv_contactinfo TYPE /AWS1/ARTPACKAGEGRPCONTACTINFO /AWS1/ARTPACKAGEGRPCONTACTINFO¶
The contact information of the package group.
iv_description TYPE /AWS1/ARTDESCRIPTION /AWS1/ARTDESCRIPTION¶
The description of the package group.
io_originconfiguration TYPE REF TO /AWS1/CL_ARTPACKAGEGRORIGINC00 /AWS1/CL_ARTPACKAGEGRORIGINC00¶
Details about the package origin configuration of a package group.
io_parent TYPE REF TO /AWS1/CL_ARTPACKAGEGRREFERENCE /AWS1/CL_ARTPACKAGEGRREFERENCE¶
The direct parent package group of the package group.
Queryable Attributes¶
arn¶
The ARN of the package group.
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 |
pattern¶
The pattern of the package group. The pattern determines which packages are associated with the package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATTERN() |
Getter for PATTERN, with configurable default |
ASK_PATTERN() |
Getter for PATTERN w/ exceptions if field has no value |
HAS_PATTERN() |
Determine if PATTERN has a value |
domainName¶
The domain that contains the package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
domainOwner¶
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINOWNER() |
Getter for DOMAINOWNER, with configurable default |
ASK_DOMAINOWNER() |
Getter for DOMAINOWNER w/ exceptions if field has no value |
HAS_DOMAINOWNER() |
Determine if DOMAINOWNER has a value |
createdTime¶
A timestamp that represents the date and time the repository 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 |
contactInfo¶
The contact information of the package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTINFO() |
Getter for CONTACTINFO, with configurable default |
ASK_CONTACTINFO() |
Getter for CONTACTINFO w/ exceptions if field has no value |
HAS_CONTACTINFO() |
Determine if CONTACTINFO has a value |
description¶
The description of the package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
originConfiguration¶
Details about the package origin configuration of a package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORIGINCONFIGURATION() |
Getter for ORIGINCONFIGURATION |
parent¶
The direct parent package group of the package group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARENT() |
Getter for PARENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PACKAGEGROUPSUMMARYLIST¶
TYPES TT_PACKAGEGROUPSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ARTPACKAGEGROUPSUMM WITH DEFAULT KEY
.