Skip to content

/AWS1/CL_SE2RESOURCETENANTMET

A structure that contains information about a tenant associated with a resource.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_tenantname TYPE /AWS1/SE2TENANTNAME /AWS1/SE2TENANTNAME

The name of the tenant associated with the resource.

iv_tenantid TYPE /AWS1/SE2TENANTID /AWS1/SE2TENANTID

A unique identifier for the tenant associated with the resource.

iv_resourcearn TYPE /AWS1/SE2AMAZONRESOURCENAME /AWS1/SE2AMAZONRESOURCENAME

The Amazon Resource Name (ARN) of the resource.

iv_associatedtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP

The date and time when the resource was associated with the tenant.


Queryable Attributes

TenantName

The name of the tenant associated with the resource.

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 associated with the resource.

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

ResourceArn

The Amazon Resource Name (ARN) of the resource.

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

AssociatedTimestamp

The date and time when the resource was associated with the tenant.

Accessible with the following methods

Method Description
GET_ASSOCIATEDTIMESTAMP() Getter for ASSOCIATEDTIMESTAMP, with configurable default
ASK_ASSOCIATEDTIMESTAMP() Getter for ASSOCIATEDTIMESTAMP w/ exceptions if field has no
HAS_ASSOCIATEDTIMESTAMP() Determine if ASSOCIATEDTIMESTAMP 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_RESOURCETENANTMETADATALIST

TYPES TT_RESOURCETENANTMETADATALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2RESOURCETENANTMET WITH DEFAULT KEY
.