/AWS1/CL_SE2TENANTRESOURCE¶
A structure that contains information about a resource associated with a tenant.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/SE2RESOURCETYPE /AWS1/SE2RESOURCETYPE¶
The type of resource associated with the tenant. Valid values are
EMAIL_IDENTITY,CONFIGURATION_SET, orEMAIL_TEMPLATE.
iv_resourcearn TYPE /AWS1/SE2AMAZONRESOURCENAME /AWS1/SE2AMAZONRESOURCENAME¶
The Amazon Resource Name (ARN) of the resource associated with the tenant.
Queryable Attributes¶
ResourceType¶
The type of resource associated with the tenant. Valid values are
EMAIL_IDENTITY,CONFIGURATION_SET, orEMAIL_TEMPLATE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceArn¶
The Amazon Resource Name (ARN) of the resource associated with the tenant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN 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_TENANTRESOURCELIST¶
TYPES TT_TENANTRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2TENANTRESOURCE WITH DEFAULT KEY
.