/AWS1/CL_S3FGETFILESYSPLYRSP¶
GetFileSystemPolicyResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_filesystemid TYPE /AWS1/S3FFILESYSTEMID /AWS1/S3FFILESYSTEMID¶
The ID of the file system.
iv_policy TYPE /AWS1/S3FSTRING /AWS1/S3FSTRING¶
The JSON-formatted resource policy for the file system.
Queryable Attributes¶
fileSystemId¶
The ID of the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESYSTEMID() |
Getter for FILESYSTEMID, with configurable default |
ASK_FILESYSTEMID() |
Getter for FILESYSTEMID w/ exceptions if field has no value |
HAS_FILESYSTEMID() |
Determine if FILESYSTEMID has a value |
policy¶
The JSON-formatted resource policy for the file system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICY() |
Getter for POLICY, with configurable default |
ASK_POLICY() |
Getter for POLICY w/ exceptions if field has no value |
HAS_POLICY() |
Determine if POLICY has a value |