/AWS1/CL_SE2LISTRESTENANTSRSP¶
Information about tenants associated with a specific resource.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_resourcetenants
TYPE /AWS1/CL_SE2RESOURCETENANTMET=>TT_RESOURCETENANTMETADATALIST
TT_RESOURCETENANTMETADATALIST
¶
An array that contains information about each tenant associated with the resource.
iv_nexttoken
TYPE /AWS1/SE2NEXTTOKEN
/AWS1/SE2NEXTTOKEN
¶
A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to
ListResourceTenants
, and pass this token in theNextToken
parameter.
Queryable Attributes¶
ResourceTenants¶
An array that contains information about each tenant associated with the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCETENANTS() |
Getter for RESOURCETENANTS, with configurable default |
ASK_RESOURCETENANTS() |
Getter for RESOURCETENANTS w/ exceptions if field has no val |
HAS_RESOURCETENANTS() |
Determine if RESOURCETENANTS has a value |
NextToken¶
A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to
ListResourceTenants
, and pass this token in theNextToken
parameter.
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 |