Module: Aws::BedrockAgentCoreControl::Client::_GetCodeInterpreterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCodeInterpreterResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #certificates ⇒ ::Array[Types::Certificate]
- #code_interpreter_arn ⇒ ::String
- #code_interpreter_id ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #execution_role_arn ⇒ ::String
- #failure_reason ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #network_configuration ⇒ Types::CodeInterpreterNetworkConfiguration
- #status ⇒ "CREATING", ...
Instance Method Details
#certificates ⇒ ::Array[Types::Certificate]
1262 |
# File 'sig/client.rbs', line 1262
def certificates: () -> ::Array[Types::Certificate]
|
#code_interpreter_arn ⇒ ::String
1256 |
# File 'sig/client.rbs', line 1256
def code_interpreter_arn: () -> ::String
|
#code_interpreter_id ⇒ ::String
1255 |
# File 'sig/client.rbs', line 1255
def code_interpreter_id: () -> ::String
|
#created_at ⇒ ::Time
1264 |
# File 'sig/client.rbs', line 1264
def created_at: () -> ::Time
|
#description ⇒ ::String
1258 |
# File 'sig/client.rbs', line 1258
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
1259 |
# File 'sig/client.rbs', line 1259
def execution_role_arn: () -> ::String
|
#failure_reason ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def failure_reason: () -> ::String
|
#last_updated_at ⇒ ::Time
1265 |
# File 'sig/client.rbs', line 1265
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def name: () -> ::String
|
#network_configuration ⇒ Types::CodeInterpreterNetworkConfiguration
1260 |
# File 'sig/client.rbs', line 1260
def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration
|
#status ⇒ "CREATING", ...
1261 |
# File 'sig/client.rbs', line 1261
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|