/AWS1/CL_CGILISTIDENTSRESPONSE¶
The response to a ListIdentities request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_identitypoolid
TYPE /AWS1/CGIIDENTITYPOOLID
/AWS1/CGIIDENTITYPOOLID
¶
An identity pool ID in the format REGION:GUID.
it_identities
TYPE /AWS1/CL_CGIIDENTITYDESC=>TT_IDENTITIESLIST
TT_IDENTITIESLIST
¶
An object containing a set of identities and associated mappings.
iv_nexttoken
TYPE /AWS1/CGIPAGINATIONKEY
/AWS1/CGIPAGINATIONKEY
¶
A pagination token.
Queryable Attributes¶
IdentityPoolId¶
An identity pool ID in the format REGION:GUID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITYPOOLID() |
Getter for IDENTITYPOOLID, with configurable default |
ASK_IDENTITYPOOLID() |
Getter for IDENTITYPOOLID w/ exceptions if field has no valu |
HAS_IDENTITYPOOLID() |
Determine if IDENTITYPOOLID has a value |
Identities¶
An object containing a set of identities and associated mappings.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IDENTITIES() |
Getter for IDENTITIES, with configurable default |
ASK_IDENTITIES() |
Getter for IDENTITIES w/ exceptions if field has no value |
HAS_IDENTITIES() |
Determine if IDENTITIES has a value |
NextToken¶
A pagination token.
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 |