Skip to content

/AWS1/CL_BDILISTPROFILESRSP

ListProfilesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_PROFILES TYPE /AWS1/CL_BDIPROFILESUMMARY=>TT_PROFILELIST TT_PROFILELIST

Returns an array of ProfileSummary objects.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/BDIPAGETOKEN /AWS1/BDIPAGETOKEN

When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.


Queryable Attributes

profiles

Returns an array of ProfileSummary objects.

Accessible with the following methods

Method Description
GET_PROFILES() Getter for PROFILES, with configurable default
ASK_PROFILES() Getter for PROFILES w/ exceptions if field has no value
HAS_PROFILES() Determine if PROFILES has a value

nextToken

When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

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