/AWS1/CL_FCSLISTDATASETSRSP¶
ListDatasetsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_DATASETS
TYPE /AWS1/CL_FCSDATASETSUMMARY=>TT_DATASETS
TT_DATASETS
¶
An array of objects that summarize each dataset's properties.
IV_NEXTTOKEN
TYPE /AWS1/FCSNEXTTOKEN
/AWS1/FCSNEXTTOKEN
¶
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
Queryable Attributes¶
Datasets¶
An array of objects that summarize each dataset's properties.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETS() |
Getter for DATASETS, with configurable default |
ASK_DATASETS() |
Getter for DATASETS w/ exceptions if field has no value |
HAS_DATASETS() |
Determine if DATASETS has a value |
NextToken¶
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
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 |