/AWS1/CL_BDOLISTWKLDIDNTSRSP¶
ListWorkloadIdentitiesResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_workloadidentities
TYPE /AWS1/CL_BDOWKLDIDENTITYTYPE=>TT_WORKLOADIDENTITYLIST
TT_WORKLOADIDENTITYLIST
¶
The list of workload identities.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/BDOSTRING
/AWS1/BDOSTRING
¶
Pagination token for the next page of results.
Queryable Attributes¶
workloadIdentities¶
The list of workload identities.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADIDENTITIES() |
Getter for WORKLOADIDENTITIES, with configurable default |
ASK_WORKLOADIDENTITIES() |
Getter for WORKLOADIDENTITIES w/ exceptions if field has no |
HAS_WORKLOADIDENTITIES() |
Determine if WORKLOADIDENTITIES has a value |
nextToken¶
Pagination token for the next page of results.
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 |