/AWS1/CL_EMRSTARTSESSIONOUTPUT¶
Output of the StartSession operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/EMRSESSIONID /AWS1/EMRSESSIONID¶
The output contains the ID of the session.
Optional arguments:¶
iv_clusterid TYPE /AWS1/EMRCLUSTERID /AWS1/EMRCLUSTERID¶
The ID of the cluster that the session was started on.
iv_arn TYPE /AWS1/EMRARNTYPE /AWS1/EMRARNTYPE¶
The output contains the ARN of the session.
iv_accountid TYPE /AWS1/EMRXMLSTRINGMAXLEN256 /AWS1/EMRXMLSTRINGMAXLEN256¶
The Amazon Web Services account ID that owns the session.
iv_state TYPE /AWS1/EMRSESSIONSTATE /AWS1/EMRSESSIONSTATE¶
The state of the session at the time the request returned. When a session is first created, it enters the
SUBMITTEDstate.
Queryable Attributes¶
Id¶
The output contains the ID of the session.
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 |
ClusterId¶
The ID of the cluster that the session was started on.
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 |
Arn¶
The output contains the ARN of the session.
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 |
AccountId¶
The Amazon Web Services account ID that owns the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
State¶
The state of the session at the time the request returned. When a session is first created, it enters the
SUBMITTEDstate.
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 |