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:



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

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

#code_interpreter_arn::String

Returns:

  • (::String)


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

def code_interpreter_arn: () -> ::String

#code_interpreter_id::String

Returns:

  • (::String)


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

def code_interpreter_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#execution_role_arn::String

Returns:

  • (::String)


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

def execution_role_arn: () -> ::String

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#filesystem_configurations::Array[Types::ToolsFileSystemConfiguration]



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

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

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_configurationTypes::CodeInterpreterNetworkConfiguration



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

def network_configuration: () -> Types::CodeInterpreterNetworkConfiguration

#status"CREATING", ...

Returns:

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


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

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