/AWS1/CL_CWTLISTMETRICSOUTPUT¶
ListMetricsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_metrics TYPE /AWS1/CL_CWTMETRIC=>TT_METRICS TT_METRICS¶
The metrics that match your request.
iv_nexttoken TYPE /AWS1/CWTNEXTTOKEN /AWS1/CWTNEXTTOKEN¶
The token that marks the start of the next batch of returned results.
it_owningaccounts TYPE /AWS1/CL_CWTOWNINGACCOUNTS_W=>TT_OWNINGACCOUNTS TT_OWNINGACCOUNTS¶
If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts where the metrics in the returned data are from.
This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.
Queryable Attributes¶
Metrics¶
The metrics that match your request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS, with configurable default |
ASK_METRICS() |
Getter for METRICS w/ exceptions if field has no value |
HAS_METRICS() |
Determine if METRICS has a value |
NextToken¶
The token that marks the start of the next batch of returned results.
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 |
OwningAccounts¶
If you are using this operation in a monitoring account, this array contains the account IDs of the source accounts where the metrics in the returned data are from.
This field is a 1:1 mapping between each metric that is returned and the ID of the owning account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNINGACCOUNTS() |
Getter for OWNINGACCOUNTS, with configurable default |
ASK_OWNINGACCOUNTS() |
Getter for OWNINGACCOUNTS w/ exceptions if field has no valu |
HAS_OWNINGACCOUNTS() |
Determine if OWNINGACCOUNTS has a value |