/AWS1/CL_EC2ADDEDPRINCIPAL¶
Describes a principal.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_principaltype TYPE /AWS1/EC2PRINCIPALTYPE /AWS1/EC2PRINCIPALTYPE¶
The type of principal.
iv_principal TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Resource Name (ARN) of the principal.
iv_servicepermissionid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the service permission.
iv_serviceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the service.
Queryable Attributes¶
PrincipalType¶
The type of principal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALTYPE() |
Getter for PRINCIPALTYPE, with configurable default |
ASK_PRINCIPALTYPE() |
Getter for PRINCIPALTYPE w/ exceptions if field has no value |
HAS_PRINCIPALTYPE() |
Determine if PRINCIPALTYPE has a value |
Principal¶
The Amazon Resource Name (ARN) of the principal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPAL() |
Getter for PRINCIPAL, with configurable default |
ASK_PRINCIPAL() |
Getter for PRINCIPAL w/ exceptions if field has no value |
HAS_PRINCIPAL() |
Determine if PRINCIPAL has a value |
ServicePermissionId¶
The ID of the service permission.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEPERMISSIONID() |
Getter for SERVICEPERMISSIONID, with configurable default |
ASK_SERVICEPERMISSIONID() |
Getter for SERVICEPERMISSIONID w/ exceptions if field has no |
HAS_SERVICEPERMISSIONID() |
Determine if SERVICEPERMISSIONID has a value |
ServiceId¶
The ID of the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEID() |
Getter for SERVICEID, with configurable default |
ASK_SERVICEID() |
Getter for SERVICEID w/ exceptions if field has no value |
HAS_SERVICEID() |
Determine if SERVICEID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ADDEDPRINCIPALSET¶
TYPES TT_ADDEDPRINCIPALSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2ADDEDPRINCIPAL WITH DEFAULT KEY
.