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:



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

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

#code_interpreter_arn::String

Returns:

  • (::String)


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

def code_interpreter_arn: () -> ::String

#code_interpreter_id::String

Returns:

  • (::String)


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

def code_interpreter_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#execution_role_arn::String

Returns:

  • (::String)


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

def execution_role_arn: () -> ::String

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_configurationTypes::CodeInterpreterNetworkConfiguration



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

def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration

#status"CREATING", ...

Returns:

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


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

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