/AWS1/CL_SUSGETSTCEMSDIMVALRSP¶
GetEstimatedCarbonEmissionsDimensionValuesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_results TYPE /AWS1/CL_SUSDIMENSIONENTRY=>TT_DIMENSIONENTRYLIST TT_DIMENSIONENTRYLIST¶
The list of possible dimensions over which the emissions data is aggregated.
iv_nexttoken TYPE /AWS1/SUSNEXTTOKEN /AWS1/SUSNEXTTOKEN¶
The pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
Queryable Attributes¶
Results¶
The list of possible dimensions over which the emissions data is aggregated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULTS() |
Getter for RESULTS, with configurable default |
ASK_RESULTS() |
Getter for RESULTS w/ exceptions if field has no value |
HAS_RESULTS() |
Determine if RESULTS has a value |
NextToken¶
The pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of 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 |