/AWS1/CL_S3FLISTMOUNTTGTSRSP¶
ListMountTargetsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_mounttargets TYPE /AWS1/CL_S3FLISTMOUNTTGTSDESC=>TT_MOUNTTARGETS TT_MOUNTTARGETS¶
An array of mount target descriptions.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/S3FSTRING /AWS1/S3FSTRING¶
A pagination token to use in a subsequent request if more results are available.
Queryable Attributes¶
nextToken¶
A pagination token to use in a subsequent request if more results are available.
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 |
mountTargets¶
An array of mount target descriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MOUNTTARGETS() |
Getter for MOUNTTARGETS, with configurable default |
ASK_MOUNTTARGETS() |
Getter for MOUNTTARGETS w/ exceptions if field has no value |
HAS_MOUNTTARGETS() |
Determine if MOUNTTARGETS has a value |