Skip to content

/AWS1/CL_EMRTERMSESSIONOUTPUT

Output of the TerminateSession operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clusterid TYPE /AWS1/EMRCLUSTERID /AWS1/EMRCLUSTERID

The ID of the cluster that the session belonged to.

iv_sessionid TYPE /AWS1/EMRSESSIONID /AWS1/EMRSESSIONID

The ID of the terminated session.

iv_state TYPE /AWS1/EMRSESSIONSTATE /AWS1/EMRSESSIONSTATE

The state of the session after the terminate request has been accepted.


Queryable Attributes

ClusterId

The ID of the cluster that the session belonged to.

Accessible with the following methods

Method Description
GET_CLUSTERID() Getter for CLUSTERID, with configurable default
ASK_CLUSTERID() Getter for CLUSTERID w/ exceptions if field has no value
HAS_CLUSTERID() Determine if CLUSTERID has a value

SessionId

The ID of the terminated session.

Accessible with the following methods

Method Description
GET_SESSIONID() Getter for SESSIONID, with configurable default
ASK_SESSIONID() Getter for SESSIONID w/ exceptions if field has no value
HAS_SESSIONID() Determine if SESSIONID has a value

State

The state of the session after the terminate request has been accepted.

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