Module: Aws::BedrockAgentCore::Client::_SaveBrowserSessionProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SaveBrowserSessionProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #browser_identifier ⇒ ::String
- #last_updated_at ⇒ ::Time
- #profile_identifier ⇒ ::String
- #session_id ⇒ ::String
Instance Method Details
#browser_identifier ⇒ ::String
1325 |
# File 'sig/client.rbs', line 1325
def browser_identifier: () -> ::String
|
#last_updated_at ⇒ ::Time
1327 |
# File 'sig/client.rbs', line 1327
def last_updated_at: () -> ::Time
|
#profile_identifier ⇒ ::String
1324 |
# File 'sig/client.rbs', line 1324
def profile_identifier: () -> ::String
|
#session_id ⇒ ::String
1326 |
# File 'sig/client.rbs', line 1326
def session_id: () -> ::String
|