/AWS1/CL_S3FLISTFILESYSTEMSRSP¶
ListFileSystemsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_filesystems TYPE /AWS1/CL_S3FLISTFILESYSSDESC=>TT_FILESYSTEMS TT_FILESYSTEMS¶
An array of file system 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 |
fileSystems¶
An array of file system descriptions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMS() |
Getter for FILESYSTEMS, with configurable default |
ASK_FILESYSTEMS() |
Getter for FILESYSTEMS w/ exceptions if field has no value |
HAS_FILESYSTEMS() |
Determine if FILESYSTEMS has a value |