Skip to content

/AWS1/CL_DZNSTOPNOTEBOOKRUNOUT

StopNotebookRunOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/DZNNOTEBOOKRUNID /AWS1/DZNNOTEBOOKRUNID

The identifier of the notebook run.

iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID

The identifier of the Amazon DataZone domain.

iv_owningprojectid TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID

The identifier of the project that owns the notebook run.

iv_status TYPE /AWS1/DZNNOTEBOOKRUNSTATUS /AWS1/DZNNOTEBOOKRUNSTATUS

The status of the notebook run.


Queryable Attributes

id

The identifier of the notebook run.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

domainId

The identifier of the Amazon DataZone domain.

Accessible with the following methods

Method Description
GET_DOMAINID() Getter for DOMAINID, with configurable default
ASK_DOMAINID() Getter for DOMAINID w/ exceptions if field has no value
HAS_DOMAINID() Determine if DOMAINID has a value

owningProjectId

The identifier of the project that owns the notebook run.

Accessible with the following methods

Method Description
GET_OWNINGPROJECTID() Getter for OWNINGPROJECTID, with configurable default
ASK_OWNINGPROJECTID() Getter for OWNINGPROJECTID w/ exceptions if field has no val
HAS_OWNINGPROJECTID() Determine if OWNINGPROJECTID has a value

status

The status of the notebook run.

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