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
- #filesystem_configurations ⇒ ::Array[Types::ToolsFileSystemConfiguration]
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #network_configuration ⇒ Types::CodeInterpreterNetworkConfiguration
- #status ⇒ "CREATING", ...
Instance Method Details
#certificates ⇒ ::Array[Types::Certificate]
1269 |
# File 'sig/client.rbs', line 1269
def certificates: () -> ::Array[Types::Certificate]
|
#code_interpreter_arn ⇒ ::String
1263 |
# File 'sig/client.rbs', line 1263
def code_interpreter_arn: () -> ::String
|
#code_interpreter_id ⇒ ::String
1262 |
# File 'sig/client.rbs', line 1262
def code_interpreter_id: () -> ::String
|
#created_at ⇒ ::Time
1272 |
# File 'sig/client.rbs', line 1272
def created_at: () -> ::Time
|
#description ⇒ ::String
1265 |
# File 'sig/client.rbs', line 1265
def description: () -> ::String
|
#execution_role_arn ⇒ ::String
1266 |
# File 'sig/client.rbs', line 1266
def execution_role_arn: () -> ::String
|
#failure_reason ⇒ ::String
1271 |
# File 'sig/client.rbs', line 1271
def failure_reason: () -> ::String
|
#filesystem_configurations ⇒ ::Array[Types::ToolsFileSystemConfiguration]
1270 |
# File 'sig/client.rbs', line 1270
def filesystem_configurations: () -> ::Array[Types::ToolsFileSystemConfiguration]
|
#last_updated_at ⇒ ::Time
1273 |
# File 'sig/client.rbs', line 1273
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1264 |
# File 'sig/client.rbs', line 1264
def name: () -> ::String
|
#network_configuration ⇒ Types::CodeInterpreterNetworkConfiguration
1267 |
# File 'sig/client.rbs', line 1267
def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration
|
#status ⇒ "CREATING", ...
1268 |
# File 'sig/client.rbs', line 1268
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|