Skip to content

/AWS1/CL_SCHDISCOVERERSUMMARY

DiscovererSummary

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_discovererarn TYPE /AWS1/SCH__STRING /AWS1/SCH__STRING

The ARN of the discoverer.

iv_discovererid TYPE /AWS1/SCH__STRING /AWS1/SCH__STRING

The ID of the discoverer.

iv_sourcearn TYPE /AWS1/SCH__STRING /AWS1/SCH__STRING

The ARN of the event bus.

iv_state TYPE /AWS1/SCHDISCOVERERSTATE /AWS1/SCHDISCOVERERSTATE

The state of the discoverer.

iv_crossaccount TYPE /AWS1/SCH__BOOLEAN /AWS1/SCH__BOOLEAN

The Status if the discoverer will discover schemas from events sent from another account.

it_tags TYPE /AWS1/CL_SCHTAGS_W=>TT_TAGS TT_TAGS

Tags associated with the resource.


Queryable Attributes

DiscovererArn

The ARN of the discoverer.

Accessible with the following methods

Method Description
GET_DISCOVERERARN() Getter for DISCOVERERARN, with configurable default
ASK_DISCOVERERARN() Getter for DISCOVERERARN w/ exceptions if field has no value
HAS_DISCOVERERARN() Determine if DISCOVERERARN has a value

DiscovererId

The ID of the discoverer.

Accessible with the following methods

Method Description
GET_DISCOVERERID() Getter for DISCOVERERID, with configurable default
ASK_DISCOVERERID() Getter for DISCOVERERID w/ exceptions if field has no value
HAS_DISCOVERERID() Determine if DISCOVERERID has a value

SourceArn

The ARN of the event bus.

Accessible with the following methods

Method Description
GET_SOURCEARN() Getter for SOURCEARN, with configurable default
ASK_SOURCEARN() Getter for SOURCEARN w/ exceptions if field has no value
HAS_SOURCEARN() Determine if SOURCEARN has a value

State

The state of the discoverer.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

CrossAccount

The Status if the discoverer will discover schemas from events sent from another account.

Accessible with the following methods

Method Description
GET_CROSSACCOUNT() Getter for CROSSACCOUNT, with configurable default
ASK_CROSSACCOUNT() Getter for CROSSACCOUNT w/ exceptions if field has no value
HAS_CROSSACCOUNT() Determine if CROSSACCOUNT has a value

Tags

Tags associated with the resource.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS 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___LISTOFDISCOVERERSUMMARY

TYPES TT___LISTOFDISCOVERERSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCHDISCOVERERSUMMARY WITH DEFAULT KEY
.