/AWS1/CL_SE2TENANTINFO¶
A structure that contains basic information about a tenant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tenantname TYPE /AWS1/SE2TENANTNAME /AWS1/SE2TENANTNAME¶
The name of the tenant.
iv_tenantid TYPE /AWS1/SE2TENANTID /AWS1/SE2TENANTID¶
A unique identifier for the tenant.
iv_tenantarn TYPE /AWS1/SE2AMAZONRESOURCENAME /AWS1/SE2AMAZONRESOURCENAME¶
The Amazon Resource Name (ARN) of the tenant.
iv_createdtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The date and time when the tenant was created.
Queryable Attributes¶
TenantName¶
The name of the tenant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANTNAME() |
Getter for TENANTNAME, with configurable default |
ASK_TENANTNAME() |
Getter for TENANTNAME w/ exceptions if field has no value |
HAS_TENANTNAME() |
Determine if TENANTNAME has a value |
TenantId¶
A unique identifier for the tenant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANTID() |
Getter for TENANTID, with configurable default |
ASK_TENANTID() |
Getter for TENANTID w/ exceptions if field has no value |
HAS_TENANTID() |
Determine if TENANTID has a value |
TenantArn¶
The Amazon Resource Name (ARN) of the tenant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TENANTARN() |
Getter for TENANTARN, with configurable default |
ASK_TENANTARN() |
Getter for TENANTARN w/ exceptions if field has no value |
HAS_TENANTARN() |
Determine if TENANTARN has a value |
CreatedTimestamp¶
The date and time when the tenant was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TENANTINFOLIST¶
TYPES TT_TENANTINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2TENANTINFO WITH DEFAULT KEY
.