/AWS1/CL_DOGPROACTINSIGHTSUMM¶
Details about a proactive insight. This object is returned by
DescribeInsight.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID¶
The ID of the proactive insight.
iv_name TYPE /AWS1/DOGINSIGHTNAME /AWS1/DOGINSIGHTNAME¶
The name of the proactive insight.
iv_severity TYPE /AWS1/DOGINSIGHTSEVERITY /AWS1/DOGINSIGHTSEVERITY¶
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
iv_status TYPE /AWS1/DOGINSIGHTSTATUS /AWS1/DOGINSIGHTSTATUS¶
The status of the proactive insight.
io_insighttimerange TYPE REF TO /AWS1/CL_DOGINSIGHTTIMERANGE /AWS1/CL_DOGINSIGHTTIMERANGE¶
InsightTimeRange
io_predictiontimerange TYPE REF TO /AWS1/CL_DOGPREDICTIONTIMERA00 /AWS1/CL_DOGPREDICTIONTIMERA00¶
PredictionTimeRange
io_resourcecollection TYPE REF TO /AWS1/CL_DOGRESOURCECOLLECTION /AWS1/CL_DOGRESOURCECOLLECTION¶
ResourceCollection
io_servicecollection TYPE REF TO /AWS1/CL_DOGSERVICECOLLECTION /AWS1/CL_DOGSERVICECOLLECTION¶
A collection of the names of Amazon Web Services services.
it_associatedresourcearns TYPE /AWS1/CL_DOGASSOCDRESRCARNS_W=>TT_ASSOCIATEDRESOURCEARNS TT_ASSOCIATEDRESOURCEARNS¶
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
Queryable Attributes¶
Id¶
The ID of the proactive insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Name¶
The name of the proactive insight.
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 |
Severity¶
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEVERITY() |
Getter for SEVERITY, with configurable default |
ASK_SEVERITY() |
Getter for SEVERITY w/ exceptions if field has no value |
HAS_SEVERITY() |
Determine if SEVERITY has a value |
Status¶
The status of the proactive insight.
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 |
InsightTimeRange¶
InsightTimeRange
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTTIMERANGE() |
Getter for INSIGHTTIMERANGE |
PredictionTimeRange¶
PredictionTimeRange
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREDICTIONTIMERANGE() |
Getter for PREDICTIONTIMERANGE |
ResourceCollection¶
ResourceCollection
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCECOLLECTION() |
Getter for RESOURCECOLLECTION |
ServiceCollection¶
A collection of the names of Amazon Web Services services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICECOLLECTION() |
Getter for SERVICECOLLECTION |
AssociatedResourceArns¶
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATEDRESOURCEARNS() |
Getter for ASSOCIATEDRESOURCEARNS, with configurable default |
ASK_ASSOCIATEDRESOURCEARNS() |
Getter for ASSOCIATEDRESOURCEARNS w/ exceptions if field has |
HAS_ASSOCIATEDRESOURCEARNS() |
Determine if ASSOCIATEDRESOURCEARNS 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_PROACTIVEINSIGHTS¶
TYPES TT_PROACTIVEINSIGHTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGPROACTINSIGHTSUMM WITH DEFAULT KEY
.