/AWS1/CL_MHULSTDISCOVEREDRES01¶
ListDiscoveredResourcesResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/MHUTOKEN
/AWS1/MHUTOKEN
¶
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
it_discoveredresourcelist
TYPE /AWS1/CL_MHUDISCOVEREDRESOURCE=>TT_DISCOVEREDRESOURCELIST
TT_DISCOVEREDRESOURCELIST
¶
Returned list of discovered resources associated with the given MigrationTask.
Queryable Attributes¶
NextToken¶
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
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 |
DiscoveredResourceList¶
Returned list of discovered resources associated with the given MigrationTask.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISCOVEREDRESOURCELIST() |
Getter for DISCOVEREDRESOURCELIST, with configurable default |
ASK_DISCOVEREDRESOURCELIST() |
Getter for DISCOVEREDRESOURCELIST w/ exceptions if field has |
HAS_DISCOVEREDRESOURCELIST() |
Determine if DISCOVEREDRESOURCELIST has a value |