/AWS1/CL_DOGLSTANOMALOUSLOGG01¶
ListAnomalousLogGroupsResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_insightid
TYPE /AWS1/DOGINSIGHTID
/AWS1/DOGINSIGHTID
¶
The ID of the insight containing the log groups.
it_anomalousloggroups
TYPE /AWS1/CL_DOGANOMALOUSLOGGROUP=>TT_ANOMALOUSLOGGROUPS
TT_ANOMALOUSLOGGROUPS
¶
The list of Amazon CloudWatch log groups that are related to an insight.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/DOGUUIDNEXTTOKEN
/AWS1/DOGUUIDNEXTTOKEN
¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
InsightId¶
The ID of the insight containing the log groups.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSIGHTID() |
Getter for INSIGHTID, with configurable default |
ASK_INSIGHTID() |
Getter for INSIGHTID w/ exceptions if field has no value |
HAS_INSIGHTID() |
Determine if INSIGHTID has a value |
AnomalousLogGroups¶
The list of Amazon CloudWatch log groups that are related to an insight.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ANOMALOUSLOGGROUPS() |
Getter for ANOMALOUSLOGGROUPS, with configurable default |
ASK_ANOMALOUSLOGGROUPS() |
Getter for ANOMALOUSLOGGROUPS w/ exceptions if field has no |
HAS_ANOMALOUSLOGGROUPS() |
Determine if ANOMALOUSLOGGROUPS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |