Module: Aws::BedrockAgentCoreControl::Client::_GetBrowserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBrowserProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #last_saved_at ⇒ ::Time
- #last_saved_browser_id ⇒ ::String
- #last_saved_browser_session_id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #profile_arn ⇒ ::String
- #profile_id ⇒ ::String
- #status ⇒ "READY", ...
Instance Method Details
#created_at ⇒ ::Time
1417 |
# File 'sig/client.rbs', line 1417
def created_at: () -> ::Time
|
#description ⇒ ::String
1415 |
# File 'sig/client.rbs', line 1415
def description: () -> ::String
|
#last_saved_at ⇒ ::Time
1419 |
# File 'sig/client.rbs', line 1419
def last_saved_at: () -> ::Time
|
#last_saved_browser_id ⇒ ::String
1421 |
# File 'sig/client.rbs', line 1421
def last_saved_browser_id: () -> ::String
|
#last_saved_browser_session_id ⇒ ::String
1420 |
# File 'sig/client.rbs', line 1420
def last_saved_browser_session_id: () -> ::String
|
#last_updated_at ⇒ ::Time
1418 |
# File 'sig/client.rbs', line 1418
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1414 |
# File 'sig/client.rbs', line 1414
def name: () -> ::String
|
#profile_arn ⇒ ::String
1413 |
# File 'sig/client.rbs', line 1413
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
1412 |
# File 'sig/client.rbs', line 1412
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
1416 |
# File 'sig/client.rbs', line 1416
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|