/AWS1/CL_SE2TENANT¶
A structure that contains details 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.
it_tags
TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST
TT_TAGLIST
¶
An array of objects that define the tags (keys and values) associated with the tenant.
iv_sendingstatus
TYPE /AWS1/SE2SENDINGSTATUS
/AWS1/SE2SENDINGSTATUS
¶
The status of sending capability for the tenant.
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 |
Tags¶
An array of objects that define the tags (keys and values) associated with the tenant.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
SendingStatus¶
The status of sending capability for the tenant.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SENDINGSTATUS() |
Getter for SENDINGSTATUS, with configurable default |
ASK_SENDINGSTATUS() |
Getter for SENDINGSTATUS w/ exceptions if field has no value |
HAS_SENDINGSTATUS() |
Determine if SENDINGSTATUS has a value |