/AWS1/CL_BDOCONFBUNDLESUMMARY¶
Summary information about a configuration bundle.
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_bundlename TYPE /AWS1/BDOCONFBUNDLENAME /AWS1/BDOCONFBUNDLENAME¶
The name of the configuration bundle.
Optional arguments:¶
iv_description TYPE /AWS1/BDOCONFBUNDLEDESCRIPTION /AWS1/BDOCONFBUNDLEDESCRIPTION¶
The description of the configuration bundle.
iv_createdat TYPE /AWS1/BDOTIMESTAMP /AWS1/BDOTIMESTAMP¶
The timestamp when the configuration bundle was created.
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 |
bundleName¶
The name of the configuration bundle.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUNDLENAME() |
Getter for BUNDLENAME, with configurable default |
ASK_BUNDLENAME() |
Getter for BUNDLENAME w/ exceptions if field has no value |
HAS_BUNDLENAME() |
Determine if BUNDLENAME has a value |
description¶
The description of the configuration bundle.
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 |
createdAt¶
The timestamp when the configuration bundle was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT 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_CONFBUNDLESUMMARYLIST¶
TYPES TT_CONFBUNDLESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOCONFBUNDLESUMMARY WITH DEFAULT KEY
.