Module: Aws::BedrockAgentCoreControl::Client::_CreateBrowserResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#browser_arn::String

Returns:

  • (::String)


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

def browser_arn: () -> ::String

#browser_id::String

Returns:

  • (::String)


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

def browser_id: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#status"CREATING", ...

Returns:

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


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

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