Skip to content

/AWS1/CL_SE2LISTTENANTSRSP

Information about tenants associated with your account.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_tenants TYPE /AWS1/CL_SE2TENANTINFO=>TT_TENANTINFOLIST TT_TENANTINFOLIST

An array that contains basic information about each tenant.

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 ListTenants, and pass this token in the NextToken parameter.


Queryable Attributes

Tenants

An array that contains basic information about each tenant.

Accessible with the following methods

Method Description
GET_TENANTS() Getter for TENANTS, with configurable default
ASK_TENANTS() Getter for TENANTS w/ exceptions if field has no value
HAS_TENANTS() Determine if TENANTS has a value

NextToken

A token that indicates that there are additional tenants to list. To view additional tenants, issue another request to ListTenants, 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