Skip to content

/AWS1/CL_PPTATTRIBUTESRESOURCE

Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_applicationid TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The unique identifier for the application.

iv_attributetype TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING

The type of attribute or attributes that were removed from the endpoints. Valid values are:

  • endpoint-custom-attributes - Custom attributes that describe endpoints.

  • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.

  • endpoint-user-attributes - Custom attributes that describe users.

Optional arguments:

it_attributes TYPE /AWS1/CL_PPTLISTOF__STRING_W=>TT_LISTOF__STRING TT_LISTOF__STRING

An array that specifies the names of the attributes that were removed from the endpoints.


Queryable Attributes

ApplicationId

The unique identifier for the application.

Accessible with the following methods

Method Description
GET_APPLICATIONID() Getter for APPLICATIONID, with configurable default
ASK_APPLICATIONID() Getter for APPLICATIONID w/ exceptions if field has no value
HAS_APPLICATIONID() Determine if APPLICATIONID has a value

AttributeType

The type of attribute or attributes that were removed from the endpoints. Valid values are:

  • endpoint-custom-attributes - Custom attributes that describe endpoints.

  • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.

  • endpoint-user-attributes - Custom attributes that describe users.

Accessible with the following methods

Method Description
GET_ATTRIBUTETYPE() Getter for ATTRIBUTETYPE, with configurable default
ASK_ATTRIBUTETYPE() Getter for ATTRIBUTETYPE w/ exceptions if field has no value
HAS_ATTRIBUTETYPE() Determine if ATTRIBUTETYPE has a value

Attributes

An array that specifies the names of the attributes that were removed from the endpoints.

Accessible with the following methods

Method Description
GET_ATTRIBUTES() Getter for ATTRIBUTES, with configurable default
ASK_ATTRIBUTES() Getter for ATTRIBUTES w/ exceptions if field has no value
HAS_ATTRIBUTES() Determine if ATTRIBUTES has a value