/AWS1/CL_MA2S3BUCKETOWNER¶
Provides information about the Amazon Web Services account that owns an S3 bucket.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_displayname
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The display name of the account that owns the bucket.
iv_id
TYPE /AWS1/MA2__STRING
/AWS1/MA2__STRING
¶
The canonical user ID for the account that owns the bucket.
Queryable Attributes¶
displayName¶
The display name of the account that owns the bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
id¶
The canonical user ID for the account that owns the bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |