/AWS1/CL_SSMTARGETPREVIEW¶
Information about the resources that would be included in the actual runbook execution, if it were to be run.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_count
TYPE /AWS1/SSMINTEGER
/AWS1/SSMINTEGER
¶
The number of resources of a certain type included in an execution preview.
iv_targettype
TYPE /AWS1/SSMSTRING
/AWS1/SSMSTRING
¶
A type of resource that was included in the execution preview.
Queryable Attributes¶
Count¶
The number of resources of a certain type included in an execution preview.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COUNT() |
Getter for COUNT |
TargetType¶
A type of resource that was included in the execution preview.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGETTYPE() |
Getter for TARGETTYPE, with configurable default |
ASK_TARGETTYPE() |
Getter for TARGETTYPE w/ exceptions if field has no value |
HAS_TARGETTYPE() |
Determine if TARGETTYPE 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_TARGETPREVIEWLIST
¶
TYPES TT_TARGETPREVIEWLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMTARGETPREVIEW WITH DEFAULT KEY
.