/AWS1/CL_TBDCREATEMONITORRSP¶
Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_monitorid TYPE /AWS1/TBDMONITORID /AWS1/TBDMONITORID¶
The unique identifier of the monitor.
iv_idcenterapplicationarn TYPE /AWS1/TBDIDCENTERAPPLICATION00 /AWS1/TBDIDCENTERAPPLICATION00¶
The Amazon Resource Name that IAM Identity Center assigns to the monitor.
Queryable Attributes¶
monitorId¶
The unique identifier of the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORID() |
Getter for MONITORID, with configurable default |
ASK_MONITORID() |
Getter for MONITORID w/ exceptions if field has no value |
HAS_MONITORID() |
Determine if MONITORID has a value |
identityCenterApplicationArn¶
The Amazon Resource Name that IAM Identity Center assigns to the monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDCENTERAPPLICATIONARN() |
Getter for IDENTITYCENTERAPPLICATIONARN, with configurable d |
ASK_IDCENTERAPPLICATIONARN() |
Getter for IDENTITYCENTERAPPLICATIONARN w/ exceptions if fie |
HAS_IDCENTERAPPLICATIONARN() |
Determine if IDENTITYCENTERAPPLICATIONARN has a value |