/AWS1/CL_M2TTESTCONFSUMMARY¶
Specifies a test configuration summary.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_testconfigurationid
TYPE /AWS1/M2TIDENTIFIER
/AWS1/M2TIDENTIFIER
¶
The test configuration ID of the test configuration summary.
iv_name
TYPE /AWS1/M2TRESOURCENAME
/AWS1/M2TRESOURCENAME
¶
The name of the test configuration summary.
iv_latestversion
TYPE /AWS1/M2TVERSION
/AWS1/M2TVERSION
¶
The latest version of the test configuration summary.
iv_testconfigurationarn
TYPE /AWS1/M2TARN
/AWS1/M2TARN
¶
The test configuration ARN of the test configuration summary.
iv_status
TYPE /AWS1/M2TTESTCONFLIFECYCLE
/AWS1/M2TTESTCONFLIFECYCLE
¶
The status of the test configuration summary.
iv_creationtime
TYPE /AWS1/M2TTIMESTAMP
/AWS1/M2TTIMESTAMP
¶
The creation time of the test configuration summary.
iv_lastupdatetime
TYPE /AWS1/M2TTIMESTAMP
/AWS1/M2TTIMESTAMP
¶
The last update time of the test configuration summary.
Optional arguments:¶
iv_statusreason
TYPE /AWS1/M2TSTRING
/AWS1/M2TSTRING
¶
The status reason of the test configuration summary.
Queryable Attributes¶
testConfigurationId¶
The test configuration ID of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TESTCONFIGURATIONID() |
Getter for TESTCONFIGURATIONID, with configurable default |
ASK_TESTCONFIGURATIONID() |
Getter for TESTCONFIGURATIONID w/ exceptions if field has no |
HAS_TESTCONFIGURATIONID() |
Determine if TESTCONFIGURATIONID has a value |
name¶
The name of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
statusReason¶
The status reason of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
latestVersion¶
The latest version of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LATESTVERSION() |
Getter for LATESTVERSION, with configurable default |
ASK_LATESTVERSION() |
Getter for LATESTVERSION w/ exceptions if field has no value |
HAS_LATESTVERSION() |
Determine if LATESTVERSION has a value |
testConfigurationArn¶
The test configuration ARN of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TESTCONFIGURATIONARN() |
Getter for TESTCONFIGURATIONARN, with configurable default |
ASK_TESTCONFIGURATIONARN() |
Getter for TESTCONFIGURATIONARN w/ exceptions if field has n |
HAS_TESTCONFIGURATIONARN() |
Determine if TESTCONFIGURATIONARN has a value |
status¶
The status of the test configuration summary.
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 |
creationTime¶
The creation time of the test configuration summary.
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 |
lastUpdateTime¶
The last update time of the test configuration summary.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME 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_TESTCONFIGURATIONLIST
¶
TYPES TT_TESTCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_M2TTESTCONFSUMMARY WITH DEFAULT KEY
.