/AWS1/CL_MIGLISTDATASTORESRSP¶
ListDatastoresResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datastoresummaries TYPE /AWS1/CL_MIGDATASTORESUMMARY=>TT_DATASTORESUMMARIES TT_DATASTORESUMMARIES¶
The list of summaries of data stores.
iv_nexttoken TYPE /AWS1/MIGNEXTTOKEN /AWS1/MIGNEXTTOKEN¶
The pagination token used to retrieve the list of data stores on the next page.
Queryable Attributes¶
datastoreSummaries¶
The list of summaries of data stores.
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 pagination token used to retrieve the list of data stores on the next page.
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 |