/AWS1/CL_BDILISTPROFILESRSP¶
ListProfilesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_profiles TYPE /AWS1/CL_BDIPROFILESUMMARY=>TT_PROFILELIST TT_PROFILELIST¶
Returns an array of
ProfileSummaryobjects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDIPAGETOKEN /AWS1/BDIPAGETOKEN¶
When additional results are obtained from the command, a
NextTokenparameter is returned in the output. You can then pass theNextTokenparameter in a subsequent command to continue listing additional resources.
Queryable Attributes¶
profiles¶
Returns an array of
ProfileSummaryobjects.
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
NextTokenparameter is returned in the output. You can then pass theNextTokenparameter 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 |