Skip to content

/AWS1/CL_MDXLSTENTITLEMENTSRSP

ListEntitlementsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_entitlements TYPE /AWS1/CL_MDXLISTEDENTITLEMENT=>TT___LISTOFLISTEDENTITLEMENT TT___LISTOFLISTEDENTITLEMENT

A list of entitlements that have been granted to you from other Amazon Web Services accounts.

iv_nexttoken TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The token that identifies the batch of results that you want to see.

For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.


Queryable Attributes

Entitlements

A list of entitlements that have been granted to you from other Amazon Web Services accounts.

Accessible with the following methods

Method Description
GET_ENTITLEMENTS() Getter for ENTITLEMENTS, with configurable default
ASK_ENTITLEMENTS() Getter for ENTITLEMENTS w/ exceptions if field has no value
HAS_ENTITLEMENTS() Determine if ENTITLEMENTS has a value

NextToken

The token that identifies the batch of results that you want to see.

For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value