/AWS1/CL_DSRDSCSHAREDDIRECTO01¶
DescribeSharedDirectoriesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_shareddirectories TYPE /AWS1/CL_DSRSHAREDDIRECTORY=>TT_SHAREDDIRECTORIES TT_SHAREDDIRECTORIES¶
A list of all shared directories in your account.
iv_nexttoken TYPE /AWS1/DSRNEXTTOKEN /AWS1/DSRNEXTTOKEN¶
If not null, token that indicates that more results are available. Pass this value for the
NextTokenparameter in a subsequent call to DescribeSharedDirectories to retrieve the next set of items.
Queryable Attributes¶
SharedDirectories¶
A list of all shared directories in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREDDIRECTORIES() |
Getter for SHAREDDIRECTORIES, with configurable default |
ASK_SHAREDDIRECTORIES() |
Getter for SHAREDDIRECTORIES w/ exceptions if field has no v |
HAS_SHAREDDIRECTORIES() |
Determine if SHAREDDIRECTORIES has a value |
NextToken¶
If not null, token that indicates that more results are available. Pass this value for the
NextTokenparameter in a subsequent call to DescribeSharedDirectories to retrieve the next set of items.
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 |