/AWS1/CL_S3_GETBUCKETACLOUTPUT¶
GetBucketAclOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_owner TYPE REF TO /AWS1/CL_S3_OWNER /AWS1/CL_S3_OWNER¶
Container for the bucket owner's ID.
it_grants TYPE /AWS1/CL_S3_GRANT=>TT_GRANTS TT_GRANTS¶
A list of grants.
Queryable Attributes¶
Owner¶
Container for the bucket owner's ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNER() |
Getter for OWNER |
Grants¶
A list of grants.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRANTS() |
Getter for GRANTS, with configurable default |
ASK_GRANTS() |
Getter for GRANTS w/ exceptions if field has no value |
HAS_GRANTS() |
Determine if GRANTS has a value |