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
1421 |
# File 'sig/client.rbs', line 1421
def created_at: () -> ::Time
|
#description ⇒ ::String
1419 |
# File 'sig/client.rbs', line 1419
def description: () -> ::String
|
#last_saved_at ⇒ ::Time
1423 |
# File 'sig/client.rbs', line 1423
def last_saved_at: () -> ::Time
|
#last_saved_browser_id ⇒ ::String
1425 |
# File 'sig/client.rbs', line 1425
def last_saved_browser_id: () -> ::String
|
#last_saved_browser_session_id ⇒ ::String
1424 |
# File 'sig/client.rbs', line 1424
def last_saved_browser_session_id: () -> ::String
|
#last_updated_at ⇒ ::Time
1422 |
# File 'sig/client.rbs', line 1422
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1418 |
# File 'sig/client.rbs', line 1418
def name: () -> ::String
|
#profile_arn ⇒ ::String
1417 |
# File 'sig/client.rbs', line 1417
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
1416 |
# File 'sig/client.rbs', line 1416
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
1420 |
# File 'sig/client.rbs', line 1420
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|