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:



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

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

#code_interpreter_arn::String

Returns:

  • (::String)


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

def code_interpreter_arn: () -> ::String

#code_interpreter_id::String

Returns:

  • (::String)


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

def code_interpreter_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#execution_role_arn::String

Returns:

  • (::String)


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

def execution_role_arn: () -> ::String

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#filesystem_configurations::Array[Types::ToolsFileSystemConfiguration]



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

def filesystem_configurations: () -> ::Array[Types::ToolsFileSystemConfiguration]

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_configurationTypes::CodeInterpreterNetworkConfiguration



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

def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration

#status"CREATING", ...

Returns:

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


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

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