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)


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

def browser_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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