Skip to content

/AWS1/CL_SSALSTACASSIGNMENTS01

ListAccountAssignmentsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_ACCOUNTASSIGNMENTS TYPE /AWS1/CL_SSAACCOUNTASSIGNMENT=>TT_ACCOUNTASSIGNMENTLIST TT_ACCOUNTASSIGNMENTLIST

The list of assignments that match the input Amazon Web Services account and permission set.

IV_NEXTTOKEN TYPE /AWS1/SSATOKEN /AWS1/SSATOKEN

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.


Queryable Attributes

AccountAssignments

The list of assignments that match the input Amazon Web Services account and permission set.

Accessible with the following methods

Method Description
GET_ACCOUNTASSIGNMENTS() Getter for ACCOUNTASSIGNMENTS, with configurable default
ASK_ACCOUNTASSIGNMENTS() Getter for ACCOUNTASSIGNMENTS w/ exceptions if field has no
HAS_ACCOUNTASSIGNMENTS() Determine if ACCOUNTASSIGNMENTS has a value

NextToken

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

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