Module: Aws::BedrockAgentCoreControl::Client::_GetCodeInterpreterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetCodeInterpreterResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#certificates::Array[Types::Certificate]

Returns:



1269
# File 'sig/client.rbs', line 1269

def certificates: () -> ::Array[Types::Certificate]

#code_interpreter_arn::String

Returns:

  • (::String)


1263
# File 'sig/client.rbs', line 1263

def code_interpreter_arn: () -> ::String

#code_interpreter_id::String

Returns:

  • (::String)


1262
# File 'sig/client.rbs', line 1262

def code_interpreter_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


1272
# File 'sig/client.rbs', line 1272

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


1265
# File 'sig/client.rbs', line 1265

def description: () -> ::String

#execution_role_arn::String

Returns:

  • (::String)


1266
# File 'sig/client.rbs', line 1266

def execution_role_arn: () -> ::String

#failure_reason::String

Returns:

  • (::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

Returns:

  • (::Time)


1273
# File 'sig/client.rbs', line 1273

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


1264
# File 'sig/client.rbs', line 1264

def name: () -> ::String

#network_configurationTypes::CodeInterpreterNetworkConfiguration



1267
# File 'sig/client.rbs', line 1267

def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration

#status"CREATING", ...

Returns:

  • ("CREATING", "CREATE_FAILED", "READY", "DELETING", "DELETE_FAILED", "DELETED")


1268
# File 'sig/client.rbs', line 1268

def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")