Skip to content

/AWS1/CL_EFSDSCFILESYSTEMSRSP

DescribeFileSystemsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MARKER TYPE /AWS1/EFSMARKER /AWS1/EFSMARKER

Present if provided by caller in the request (String).

IT_FILESYSTEMS TYPE /AWS1/CL_EFSFILESYSTEMDESC=>TT_FILESYSTEMDESCRIPTIONS TT_FILESYSTEMDESCRIPTIONS

An array of file system descriptions.

IV_NEXTMARKER TYPE /AWS1/EFSMARKER /AWS1/EFSMARKER

Present if there are more file systems than returned in the response (String). You can use the NextMarker in the subsequent request to fetch the descriptions.


Queryable Attributes

Marker

Present if provided by caller in the request (String).

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER 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

NextMarker

Present if there are more file systems than returned in the response (String). You can use the NextMarker in the subsequent request to fetch the descriptions.

Accessible with the following methods

Method Description
GET_NEXTMARKER() Getter for NEXTMARKER, with configurable default
ASK_NEXTMARKER() Getter for NEXTMARKER w/ exceptions if field has no value
HAS_NEXTMARKER() Determine if NEXTMARKER has a value