Skip to content

/AWS1/CL_QSTACTIONCNCTORSUMM

Contains summary information about an action connector, used in list and search operations.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN

The Amazon Resource Name (ARN) of the action connector.

iv_actionconnectorid TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00

The unique identifier of the action connector.

iv_type TYPE /AWS1/QSTACTIONCONNECTORTYPE /AWS1/QSTACTIONCONNECTORTYPE

The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).

iv_name TYPE /AWS1/QSTACTIONCONNECTORNAME /AWS1/QSTACTIONCONNECTORNAME

The name of the action connector.

iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The date and time when the action connector was last updated.

Optional arguments:

iv_createdtime TYPE /AWS1/QSTTIMESTAMP00 /AWS1/QSTTIMESTAMP00

The date and time when the action connector was created.

iv_status TYPE /AWS1/QSTRESOURCESTATUS /AWS1/QSTRESOURCESTATUS

The current status of the action connector.

io_error TYPE REF TO /AWS1/CL_QSTACTIONCNCTORERROR /AWS1/CL_QSTACTIONCNCTORERROR

Error information if the action connector is in an error state.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the action connector.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

ActionConnectorId

The unique identifier of the action connector.

Accessible with the following methods

Method Description
GET_ACTIONCONNECTORID() Getter for ACTIONCONNECTORID, with configurable default
ASK_ACTIONCONNECTORID() Getter for ACTIONCONNECTORID w/ exceptions if field has no v
HAS_ACTIONCONNECTORID() Determine if ACTIONCONNECTORID has a value

Type

The type of action connector (e.g., SALESFORCE, JIRA, CUSTOM, BEDROCK).

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Name

The name of the action connector.

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

CreatedTime

The date and time when the action connector was created.

Accessible with the following methods

Method Description
GET_CREATEDTIME() Getter for CREATEDTIME, with configurable default
ASK_CREATEDTIME() Getter for CREATEDTIME w/ exceptions if field has no value
HAS_CREATEDTIME() Determine if CREATEDTIME has a value

LastUpdatedTime

The date and time when the action connector was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME, with configurable default
ASK_LASTUPDATEDTIME() Getter for LASTUPDATEDTIME w/ exceptions if field has no val
HAS_LASTUPDATEDTIME() Determine if LASTUPDATEDTIME has a value

Status

The current status of the action connector.

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

Error

Error information if the action connector is in an error state.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ACTIONCONNECTORSUMMARYLIST

TYPES TT_ACTIONCONNECTORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTACTIONCNCTORSUMM WITH DEFAULT KEY
.