Skip to content

/AWS1/CL_CWLCRESCHDDQUERYRSP

CreateScheduledQueryResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_scheduledqueryarn TYPE /AWS1/CWLARN /AWS1/CWLARN

The Amazon Resource Name (ARN) of the created scheduled query.

iv_state TYPE /AWS1/CWLSCHEDULEDQUERYSTATE /AWS1/CWLSCHEDULEDQUERYSTATE

The current state of the scheduled query (ENABLED or DISABLED).


Queryable Attributes

scheduledQueryArn

The Amazon Resource Name (ARN) of the created scheduled query.

Accessible with the following methods

Method Description
GET_SCHEDULEDQUERYARN() Getter for SCHEDULEDQUERYARN, with configurable default
ASK_SCHEDULEDQUERYARN() Getter for SCHEDULEDQUERYARN w/ exceptions if field has no v
HAS_SCHEDULEDQUERYARN() Determine if SCHEDULEDQUERYARN has a value

state

The current state of the scheduled query (ENABLED or DISABLED).

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