Skip to content

/AWS1/CL_AAAGETENTRESPONSE

GetEntitlementResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_applicationarn TYPE /AWS1/AAAAPPLICATIONARN /AWS1/AAAAPPLICATIONARN

The ARN of the application that the entitlement belongs to.

iv_entitlementid TYPE /AWS1/AAASTRING /AWS1/AAASTRING

The unique identifier of the entitlement.

io_entitlement TYPE REF TO /AWS1/CL_AAAENTITLEMENTDETAILS /AWS1/CL_AAAENTITLEMENTDETAILS

The entitlement details, including the principal, IAM role, and target account.

iv_createdat TYPE /AWS1/AAADATETIME /AWS1/AAADATETIME

The date and time when the entitlement was created.


Queryable Attributes

applicationArn

The ARN of the application that the entitlement belongs to.

Accessible with the following methods

Method Description
GET_APPLICATIONARN() Getter for APPLICATIONARN, with configurable default
ASK_APPLICATIONARN() Getter for APPLICATIONARN w/ exceptions if field has no valu
HAS_APPLICATIONARN() Determine if APPLICATIONARN has a value

entitlementId

The unique identifier of the entitlement.

Accessible with the following methods

Method Description
GET_ENTITLEMENTID() Getter for ENTITLEMENTID, with configurable default
ASK_ENTITLEMENTID() Getter for ENTITLEMENTID w/ exceptions if field has no value
HAS_ENTITLEMENTID() Determine if ENTITLEMENTID has a value

entitlement

The entitlement details, including the principal, IAM role, and target account.

Accessible with the following methods

Method Description
GET_ENTITLEMENT() Getter for ENTITLEMENT

createdAt

The date and time when the entitlement was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value