/AWS1/CL_GG2COMPONENTLATESTVRS¶
Contains information about the latest version of a component.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/GG2COMPONENTVERSIONARN /AWS1/GG2COMPONENTVERSIONARN¶
The ARN of the component version.
iv_componentversion TYPE /AWS1/GG2COMPONENTVRSSTRING /AWS1/GG2COMPONENTVRSSTRING¶
The version of the component.
iv_creationtimestamp TYPE /AWS1/GG2TIMESTAMP /AWS1/GG2TIMESTAMP¶
The time at which the component was created, expressed in ISO 8601 format.
iv_description TYPE /AWS1/GG2NONEMPTYSTRING /AWS1/GG2NONEMPTYSTRING¶
The description of the component version.
iv_publisher TYPE /AWS1/GG2NONEMPTYSTRING /AWS1/GG2NONEMPTYSTRING¶
The publisher of the component version.
it_platforms TYPE /AWS1/CL_GG2COMPONENTPLATFORM=>TT_COMPONENTPLATFORMLIST TT_COMPONENTPLATFORMLIST¶
The platforms that the component version supports.
Queryable Attributes¶
arn¶
The ARN of the component version.
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 |
componentVersion¶
The version of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTVERSION() |
Getter for COMPONENTVERSION, with configurable default |
ASK_COMPONENTVERSION() |
Getter for COMPONENTVERSION w/ exceptions if field has no va |
HAS_COMPONENTVERSION() |
Determine if COMPONENTVERSION has a value |
creationTimestamp¶
The time at which the component was created, expressed in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP, with configurable default |
ASK_CREATIONTIMESTAMP() |
Getter for CREATIONTIMESTAMP w/ exceptions if field has no v |
HAS_CREATIONTIMESTAMP() |
Determine if CREATIONTIMESTAMP has a value |
description¶
The description of the component version.
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 |
publisher¶
The publisher of the component version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PUBLISHER() |
Getter for PUBLISHER, with configurable default |
ASK_PUBLISHER() |
Getter for PUBLISHER w/ exceptions if field has no value |
HAS_PUBLISHER() |
Determine if PUBLISHER has a value |
platforms¶
The platforms that the component version supports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMS() |
Getter for PLATFORMS, with configurable default |
ASK_PLATFORMS() |
Getter for PLATFORMS w/ exceptions if field has no value |
HAS_PLATFORMS() |
Determine if PLATFORMS has a value |