Skip to content

/AWS1/CL_LICRESOURCEINVENTORY

Details about a resource.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_RESOURCEID TYPE /AWS1/LICSTRING /AWS1/LICSTRING

ID of the resource.

IV_RESOURCETYPE TYPE /AWS1/LICRESOURCETYPE /AWS1/LICRESOURCETYPE

Type of resource.

IV_RESOURCEARN TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Amazon Resource Name (ARN) of the resource.

IV_PLATFORM TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Platform of the resource.

IV_PLATFORMVERSION TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Platform version of the resource in the inventory.

IV_RESOURCEOWNINGACCOUNTID TYPE /AWS1/LICSTRING /AWS1/LICSTRING

ID of the account that owns the resource.


Queryable Attributes

ResourceId

ID of the resource.

Accessible with the following methods

Method Description
GET_RESOURCEID() Getter for RESOURCEID, with configurable default
ASK_RESOURCEID() Getter for RESOURCEID w/ exceptions if field has no value
HAS_RESOURCEID() Determine if RESOURCEID has a value

ResourceType

Type of resource.

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

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

Platform

Platform of the resource.

Accessible with the following methods

Method Description
GET_PLATFORM() Getter for PLATFORM, with configurable default
ASK_PLATFORM() Getter for PLATFORM w/ exceptions if field has no value
HAS_PLATFORM() Determine if PLATFORM has a value

PlatformVersion

Platform version of the resource in the inventory.

Accessible with the following methods

Method Description
GET_PLATFORMVERSION() Getter for PLATFORMVERSION, with configurable default
ASK_PLATFORMVERSION() Getter for PLATFORMVERSION w/ exceptions if field has no val
HAS_PLATFORMVERSION() Determine if PLATFORMVERSION has a value

ResourceOwningAccountId

ID of the account that owns the resource.

Accessible with the following methods

Method Description
GET_RESOURCEOWNINGACCOUNTID() Getter for RESOURCEOWNINGACCOUNTID, with configurable defaul
ASK_RESOURCEOWNINGACCOUNTID() Getter for RESOURCEOWNINGACCOUNTID w/ exceptions if field ha
HAS_RESOURCEOWNINGACCOUNTID() Determine if RESOURCEOWNINGACCOUNTID 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_RESOURCEINVENTORYLIST

TYPES TT_RESOURCEINVENTORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICRESOURCEINVENTORY WITH DEFAULT KEY
.