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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#last_saved_at::Time

Returns:

  • (::Time)


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

def last_saved_at: () -> ::Time

#last_saved_browser_id::String

Returns:

  • (::String)


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

def last_saved_browser_id: () -> ::String

#last_saved_browser_session_id::String

Returns:

  • (::String)


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

def last_saved_browser_session_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#profile_arn::String

Returns:

  • (::String)


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

def profile_arn: () -> ::String

#profile_id::String

Returns:

  • (::String)


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

def profile_id: () -> ::String

#status"READY", ...

Returns:

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


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

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