Module: Aws::BedrockAgentCoreControl::Client::_GetBrowserProfileResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#last_saved_at::Time

Returns:

  • (::Time)


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

def last_saved_at: () -> ::Time

#last_saved_browser_id::String

Returns:

  • (::String)


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

def last_saved_browser_id: () -> ::String

#last_saved_browser_session_id::String

Returns:

  • (::String)


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

def last_saved_browser_session_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#profile_arn::String

Returns:

  • (::String)


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

def profile_arn: () -> ::String

#profile_id::String

Returns:

  • (::String)


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

def profile_id: () -> ::String

#status"READY", ...

Returns:

  • ("READY", "DELETING", "DELETED", "SAVING")


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

def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")