/AWS1/CL_BDOGETCODEINTERPTRRSP¶
GetCodeInterpreterResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_codeinterpreterid TYPE /AWS1/BDOCODEINTERPRETERID /AWS1/BDOCODEINTERPRETERID¶
The unique identifier of the code interpreter.
iv_codeinterpreterarn TYPE /AWS1/BDOCODEINTERPRETERARN /AWS1/BDOCODEINTERPRETERARN¶
The Amazon Resource Name (ARN) of the code interpreter.
iv_name TYPE /AWS1/BDOSANDBOXNAME /AWS1/BDOSANDBOXNAME¶
The name of the code interpreter.
io_networkconfiguration TYPE REF TO /AWS1/CL_BDOCODEINTNETWORKCONF /AWS1/CL_BDOCODEINTNETWORKCONF¶
networkConfiguration
iv_status TYPE /AWS1/BDOCODEINTERPRETERSTATUS /AWS1/BDOCODEINTERPRETERSTATUS¶
The current status of the code interpreter.
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the code interpreter was created.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the code interpreter was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
The description of the code interpreter.
iv_executionrolearn TYPE /AWS1/BDOROLEARN /AWS1/BDOROLEARN¶
The IAM role ARN that provides permissions for the code interpreter.
iv_failurereason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The reason for failure if the code interpreter is in a failed state.
Queryable Attributes¶
codeInterpreterId¶
The unique identifier of the code interpreter.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CODEINTERPRETERID() | Getter for CODEINTERPRETERID, with configurable default | 
| ASK_CODEINTERPRETERID() | Getter for CODEINTERPRETERID w/ exceptions if field has no v | 
| HAS_CODEINTERPRETERID() | Determine if CODEINTERPRETERID has a value | 
codeInterpreterArn¶
The Amazon Resource Name (ARN) of the code interpreter.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CODEINTERPRETERARN() | Getter for CODEINTERPRETERARN, with configurable default | 
| ASK_CODEINTERPRETERARN() | Getter for CODEINTERPRETERARN w/ exceptions if field has no | 
| HAS_CODEINTERPRETERARN() | Determine if CODEINTERPRETERARN has a value | 
name¶
The name of the code interpreter.
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 | 
description¶
The description of the code interpreter.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DESCRIPTION() | Getter for DESCRIPTION, with configurable default | 
| ASK_DESCRIPTION() | Getter for DESCRIPTION w/ exceptions if field has no value | 
| HAS_DESCRIPTION() | Determine if DESCRIPTION has a value | 
executionRoleArn¶
The IAM role ARN that provides permissions for the code interpreter.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_EXECUTIONROLEARN() | Getter for EXECUTIONROLEARN, with configurable default | 
| ASK_EXECUTIONROLEARN() | Getter for EXECUTIONROLEARN w/ exceptions if field has no va | 
| HAS_EXECUTIONROLEARN() | Determine if EXECUTIONROLEARN has a value | 
networkConfiguration¶
networkConfiguration
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NETWORKCONFIGURATION() | Getter for NETWORKCONFIGURATION | 
status¶
The current status of the code interpreter.
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 | 
failureReason¶
The reason for failure if the code interpreter is in a failed state.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_FAILUREREASON() | Getter for FAILUREREASON, with configurable default | 
| ASK_FAILUREREASON() | Getter for FAILUREREASON w/ exceptions if field has no value | 
| HAS_FAILUREREASON() | Determine if FAILUREREASON has a value | 
createdAt¶
The timestamp when the code interpreter was created.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CREATEDAT() | Getter for CREATEDAT, with configurable default | 
| ASK_CREATEDAT() | Getter for CREATEDAT w/ exceptions if field has no value | 
| HAS_CREATEDAT() | Determine if CREATEDAT has a value | 
lastUpdatedAt¶
The timestamp when the code interpreter was last updated.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LASTUPDATEDAT() | Getter for LASTUPDATEDAT, with configurable default | 
| ASK_LASTUPDATEDAT() | Getter for LASTUPDATEDAT w/ exceptions if field has no value | 
| HAS_LASTUPDATEDAT() | Determine if LASTUPDATEDAT has a value |