Skip to content

/AWS1/CL_TCEREGISTRYSUMMARY

Registry summary for list operations

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/TCEREGISTRYNAME /AWS1/TCEREGISTRYNAME

Registry name

iv_registryid TYPE /AWS1/TCEREGISTRYID /AWS1/TCEREGISTRYID

Unique registry identifier

iv_registryarn TYPE /AWS1/TCEREGISTRYARN /AWS1/TCEREGISTRYARN

Registry Amazon Resource Name

iv_status TYPE /AWS1/TCEREGISTRYSTATUS /AWS1/TCEREGISTRYSTATUS

Current status of the registry

iv_createdat TYPE /AWS1/TCEDATETIMESTAMP /AWS1/TCEDATETIMESTAMP

The timestamp when the registry was created

iv_updatedat TYPE /AWS1/TCEDATETIMESTAMP /AWS1/TCEDATETIMESTAMP

The timestamp when the registry was last updated

Optional arguments:

iv_description TYPE /AWS1/TCEDESCRIPTION /AWS1/TCEDESCRIPTION

Registry description

io_discoveryconfiguration TYPE REF TO /AWS1/CL_TCEDISCOVERYCONF /AWS1/CL_TCEDISCOVERYCONF

Discovery configuration for the registry

iv_statusreason TYPE /AWS1/TCESTRING /AWS1/TCESTRING

The reason for the current status. Typically populated when the status indicates a failure state.


Queryable Attributes

name

Registry name

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

description

Registry description

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

registryId

Unique registry identifier

Accessible with the following methods

Method Description
GET_REGISTRYID() Getter for REGISTRYID, with configurable default
ASK_REGISTRYID() Getter for REGISTRYID w/ exceptions if field has no value
HAS_REGISTRYID() Determine if REGISTRYID has a value

registryArn

Registry Amazon Resource Name

Accessible with the following methods

Method Description
GET_REGISTRYARN() Getter for REGISTRYARN, with configurable default
ASK_REGISTRYARN() Getter for REGISTRYARN w/ exceptions if field has no value
HAS_REGISTRYARN() Determine if REGISTRYARN has a value

discoveryConfiguration

Discovery configuration for the registry

Accessible with the following methods

Method Description
GET_DISCOVERYCONFIGURATION() Getter for DISCOVERYCONFIGURATION

status

Current status of the registry

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusReason

The reason for the current status. Typically populated when the status indicates a failure state.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

createdAt

The timestamp when the registry was created

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the registry was last updated

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_REGISTRYSUMMARYLIST

TYPES TT_REGISTRYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCEREGISTRYSUMMARY WITH DEFAULT KEY
.