/AWS1/CL_BDOCONFBNDLVRSNUMMARY¶
Summary information about a configuration bundle version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bundlearn TYPE /AWS1/BDOCONFBUNDLEARN /AWS1/BDOCONFBUNDLEARN¶
The Amazon Resource Name (ARN) of the configuration bundle.
iv_bundleid TYPE /AWS1/BDOCONFIGURATIONBUNDLEID /AWS1/BDOCONFIGURATIONBUNDLEID¶
The unique identifier of the configuration bundle.
iv_versionid TYPE /AWS1/BDOCONFBUNDLEVERSION /AWS1/BDOCONFBUNDLEVERSION¶
The version identifier of this configuration bundle version.
iv_versioncreatedat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when this version was created.
Optional arguments:¶
io_lineagemetadata TYPE REF TO /AWS1/CL_BDOVERSIONLINEAGEMET /AWS1/CL_BDOVERSIONLINEAGEMET¶
The version lineage metadata, including parent versions, branch name, and creation source.
Queryable Attributes¶
bundleArn¶
The Amazon Resource Name (ARN) of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEARN() |
Getter for BUNDLEARN, with configurable default |
ASK_BUNDLEARN() |
Getter for BUNDLEARN w/ exceptions if field has no value |
HAS_BUNDLEARN() |
Determine if BUNDLEARN has a value |
bundleId¶
The unique identifier of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLEID() |
Getter for BUNDLEID, with configurable default |
ASK_BUNDLEID() |
Getter for BUNDLEID w/ exceptions if field has no value |
HAS_BUNDLEID() |
Determine if BUNDLEID has a value |
versionId¶
The version identifier of this configuration bundle version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
lineageMetadata¶
The version lineage metadata, including parent versions, branch name, and creation source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGEMETADATA() |
Getter for LINEAGEMETADATA |
versionCreatedAt¶
The timestamp when this version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONCREATEDAT() |
Getter for VERSIONCREATEDAT, with configurable default |
ASK_VERSIONCREATEDAT() |
Getter for VERSIONCREATEDAT w/ exceptions if field has no va |
HAS_VERSIONCREATEDAT() |
Determine if VERSIONCREATEDAT 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_CONFBUNDLEVRSNUMMARYLIST¶
TYPES TT_CONFBUNDLEVRSNUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCONFBNDLVRSNUMMARY WITH DEFAULT KEY
.