/AWS1/CL_EC2CREATEVOLPERMMODS¶
Describes modifications to the list of create volume permissions for a volume.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_ADD
TYPE /AWS1/CL_EC2CREATEVOLUMEPERM=>TT_CREATEVOLUMEPERMISSIONLIST
TT_CREATEVOLUMEPERMISSIONLIST
¶
Adds the specified Amazon Web Services account ID or group to the list.
IT_REMOVE
TYPE /AWS1/CL_EC2CREATEVOLUMEPERM=>TT_CREATEVOLUMEPERMISSIONLIST
TT_CREATEVOLUMEPERMISSIONLIST
¶
Removes the specified Amazon Web Services account ID or group from the list.
Queryable Attributes¶
Add¶
Adds the specified Amazon Web Services account ID or group to the list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADD() |
Getter for ADD, with configurable default |
ASK_ADD() |
Getter for ADD w/ exceptions if field has no value |
HAS_ADD() |
Determine if ADD has a value |
Remove¶
Removes the specified Amazon Web Services account ID or group from the list.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REMOVE() |
Getter for REMOVE, with configurable default |
ASK_REMOVE() |
Getter for REMOVE w/ exceptions if field has no value |
HAS_REMOVE() |
Determine if REMOVE has a value |