Skip to content

/AWS1/CL_REHLISTMETRICSRSP

ListMetricsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_rows TYPE /AWS1/CL_REHROW_W=>TT_ROWLIST TT_ROWLIST

Specifies all the list of metric values for each row of metrics.

Optional arguments:

iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN

Token for the next set of results, or null if there are no more results.


Queryable Attributes

rows

Specifies all the list of metric values for each row of metrics.

Accessible with the following methods

Method Description
GET_ROWS() Getter for ROWS, with configurable default
ASK_ROWS() Getter for ROWS w/ exceptions if field has no value
HAS_ROWS() Determine if ROWS has a value

nextToken

Token for the next set of results, or null if there are no more 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