/AWS1/CL_TCRDSCVREGRECORDSUMM¶
Summary information about a discoverable registry record returned by ListDiscoverableRegistryRecords. This summary does not include descriptors.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_registryarn TYPE /AWS1/TCRREGISTRYARN /AWS1/TCRREGISTRYARN¶
Registry Amazon Resource Name
iv_recordarn TYPE /AWS1/TCRREGISTRYRECORDARN /AWS1/TCRREGISTRYRECORDARN¶
Registry Record Amazon Resource Name
iv_recordid TYPE /AWS1/TCRREGISTRYRECORDID /AWS1/TCRREGISTRYRECORDID¶
Registry Record unique identifier - 12-character alphanumeric string
iv_name TYPE /AWS1/TCRREGISTRYRECORDNAME /AWS1/TCRREGISTRYRECORDNAME¶
Registry Record name
iv_recordtype TYPE /AWS1/TCRRECORDTYPE /AWS1/TCRRECORDTYPE¶
Record type enum for registry record classification
iv_recordversion TYPE /AWS1/TCRREGISTRYRECORDVERSION /AWS1/TCRREGISTRYRECORDVERSION¶
Version of the registry record
iv_status TYPE /AWS1/TCRREGISTRYRECORDSTATUS /AWS1/TCRREGISTRYRECORDSTATUS¶
Registry record status
iv_createdat TYPE /AWS1/TCRDATETIMESTAMP /AWS1/TCRDATETIMESTAMP¶
Timestamp in ISO 8601 date-time format
iv_updatedat TYPE /AWS1/TCRDATETIMESTAMP /AWS1/TCRDATETIMESTAMP¶
Timestamp in ISO 8601 date-time format
Optional arguments:¶
iv_description TYPE /AWS1/TCRDESCRIPTION /AWS1/TCRDESCRIPTION¶
Description of the Resource
iv_displayname TYPE /AWS1/TCRREGRECORDDISPLAYNAME /AWS1/TCRREGRECORDDISPLAYNAME¶
Display name for a registry record
Queryable Attributes¶
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 |
recordArn¶
Registry Record Amazon Resource Name
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDARN() |
Getter for RECORDARN, with configurable default |
ASK_RECORDARN() |
Getter for RECORDARN w/ exceptions if field has no value |
HAS_RECORDARN() |
Determine if RECORDARN has a value |
recordId¶
Registry Record unique identifier - 12-character alphanumeric string
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDID() |
Getter for RECORDID, with configurable default |
ASK_RECORDID() |
Getter for RECORDID w/ exceptions if field has no value |
HAS_RECORDID() |
Determine if RECORDID has a value |
name¶
Registry Record 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¶
Description of the Resource
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 |
displayName¶
Display name for a registry record
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
recordType¶
Record type enum for registry record classification
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDTYPE() |
Getter for RECORDTYPE, with configurable default |
ASK_RECORDTYPE() |
Getter for RECORDTYPE w/ exceptions if field has no value |
HAS_RECORDTYPE() |
Determine if RECORDTYPE has a value |
recordVersion¶
Version of the registry record
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDVERSION() |
Getter for RECORDVERSION, with configurable default |
ASK_RECORDVERSION() |
Getter for RECORDVERSION w/ exceptions if field has no value |
HAS_RECORDVERSION() |
Determine if RECORDVERSION has a value |
status¶
Registry record status
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 |
createdAt¶
Timestamp in ISO 8601 date-time format
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¶
Timestamp in ISO 8601 date-time format
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_DSCVREGRECORDSUMMARYLIST¶
TYPES TT_DSCVREGRECORDSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCRDSCVREGRECORDSUMM WITH DEFAULT KEY
.