/AWS1/CL_EC2OPERATORRESPONSE¶
Describes whether the resource is managed by a service provider and, if so, describes the service provider that manages it.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_managed TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
If
true, the resource is managed by a service provider.
iv_principal TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
If
managedistrue, then the principal is returned. The principal is the service provider that manages the resource.
Queryable Attributes¶
Managed¶
If
true, the resource is managed by a service provider.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANAGED() |
Getter for MANAGED, with configurable default |
ASK_MANAGED() |
Getter for MANAGED w/ exceptions if field has no value |
HAS_MANAGED() |
Determine if MANAGED has a value |
Principal¶
If
managedistrue, then the principal is returned. The principal is the service provider that manages the resource.
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 |