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
1248 |
# File 'sig/client.rbs', line 1248
def created_at: () -> ::Time
|
#description ⇒ ::String
1246 |
# File 'sig/client.rbs', line 1246
def description: () -> ::String
|
#last_saved_at ⇒ ::Time
1250 |
# File 'sig/client.rbs', line 1250
def last_saved_at: () -> ::Time
|
#last_saved_browser_id ⇒ ::String
1252 |
# File 'sig/client.rbs', line 1252
def last_saved_browser_id: () -> ::String
|
#last_saved_browser_session_id ⇒ ::String
1251 |
# File 'sig/client.rbs', line 1251
def last_saved_browser_session_id: () -> ::String
|
#last_updated_at ⇒ ::Time
1249 |
# File 'sig/client.rbs', line 1249
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1245 |
# File 'sig/client.rbs', line 1245
def name: () -> ::String
|
#profile_arn ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
1243 |
# File 'sig/client.rbs', line 1243
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
1247 |
# File 'sig/client.rbs', line 1247
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|