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
995 |
# File 'sig/client.rbs', line 995
def browser_id: () -> ::String
|
#last_updated_at ⇒ ::Time
997 |
# File 'sig/client.rbs', line 997
def last_updated_at: () -> ::Time
|
#status ⇒ "CREATING", ...
996 |
# File 'sig/client.rbs', line 996
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|