/AWS1/CL_IOALISTDATASTORESRSP¶
ListDatastoresResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datastoresummaries TYPE /AWS1/CL_IOADATASTORESUMMARY=>TT_DATASTORESUMMARIES TT_DATASTORESUMMARIES¶
A list of
DatastoreSummaryobjects.
iv_nexttoken TYPE /AWS1/IOANEXTTOKEN /AWS1/IOANEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
datastoreSummaries¶
A list of
DatastoreSummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTORESUMMARIES() |
Getter for DATASTORESUMMARIES, with configurable default |
ASK_DATASTORESUMMARIES() |
Getter for DATASTORESUMMARIES w/ exceptions if field has no |
HAS_DATASTORESUMMARIES() |
Determine if DATASTORESUMMARIES has a value |
nextToken¶
The token to retrieve the next set of results, or
nullif 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 |