Module: Aws::BedrockAgentCoreControl::Client::_DeleteBrowserResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#browser_id::String

Returns:

  • (::String)


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

def browser_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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