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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#last_saved_at::Time

Returns:

  • (::Time)


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

def last_saved_at: () -> ::Time

#last_saved_browser_id::String

Returns:

  • (::String)


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

def last_saved_browser_id: () -> ::String

#last_saved_browser_session_id::String

Returns:

  • (::String)


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

def last_saved_browser_session_id: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


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

def last_updated_at: () -> ::Time

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#profile_arn::String

Returns:

  • (::String)


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

def profile_arn: () -> ::String

#profile_id::String

Returns:

  • (::String)


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

def profile_id: () -> ::String

#status"READY", ...

Returns:

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


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

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