/AWS1/CL_FSXDSCFILESYSTEMSRSP¶
The response object for DescribeFileSystems
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_filesystems
TYPE /AWS1/CL_FSXFILESYSTEM=>TT_FILESYSTEMS
TT_FILESYSTEMS
¶
An array of file system descriptions.
iv_nexttoken
TYPE /AWS1/FSXNEXTTOKEN
/AWS1/FSXNEXTTOKEN
¶
Present if there are more file systems than returned in the response (String). You can use the
NextToken
value in the later request to fetch the descriptions.
Queryable Attributes¶
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 |
NextToken¶
Present if there are more file systems than returned in the response (String). You can use the
NextToken
value in the later request to fetch the descriptions.
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 |