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
1302 |
# File 'sig/client.rbs', line 1302
def browser_identifier: () -> ::String
|
#last_updated_at ⇒ ::Time
1304 |
# File 'sig/client.rbs', line 1304
def last_updated_at: () -> ::Time
|
#profile_identifier ⇒ ::String
1301 |
# File 'sig/client.rbs', line 1301
def profile_identifier: () -> ::String
|
#session_id ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def session_id: () -> ::String
|