Skip to content

/AWS1/CL_SE2LISTTENANTRESSRSP

Information about resources associated with a specific tenant.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_tenantresources TYPE /AWS1/CL_SE2TENANTRESOURCE=>TT_TENANTRESOURCELIST TT_TENANTRESOURCELIST

An array that contains information about each resource associated with the tenant.

iv_nexttoken TYPE /AWS1/SE2NEXTTOKEN /AWS1/SE2NEXTTOKEN

A token that indicates that there are additional resources to list. To view additional resources, issue another request to ListTenantResources, and pass this token in the NextToken parameter.


Queryable Attributes

TenantResources

An array that contains information about each resource associated with the tenant.

Accessible with the following methods

Method Description
GET_TENANTRESOURCES() Getter for TENANTRESOURCES, with configurable default
ASK_TENANTRESOURCES() Getter for TENANTRESOURCES w/ exceptions if field has no val
HAS_TENANTRESOURCES() Determine if TENANTRESOURCES has a value

NextToken

A token that indicates that there are additional resources to list. To view additional resources, issue another request to ListTenantResources, and pass this token in the NextToken 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