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
1241 |
# File 'sig/client.rbs', line 1241
def created_at: () -> ::Time
|
#description ⇒ ::String
1239 |
# File 'sig/client.rbs', line 1239
def description: () -> ::String
|
#last_saved_at ⇒ ::Time
1243 |
# File 'sig/client.rbs', line 1243
def last_saved_at: () -> ::Time
|
#last_saved_browser_id ⇒ ::String
1245 |
# File 'sig/client.rbs', line 1245
def last_saved_browser_id: () -> ::String
|
#last_saved_browser_session_id ⇒ ::String
1244 |
# File 'sig/client.rbs', line 1244
def last_saved_browser_session_id: () -> ::String
|
#last_updated_at ⇒ ::Time
1242 |
# File 'sig/client.rbs', line 1242
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1238 |
# File 'sig/client.rbs', line 1238
def name: () -> ::String
|
#profile_arn ⇒ ::String
1237 |
# File 'sig/client.rbs', line 1237
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
1236 |
# File 'sig/client.rbs', line 1236
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
1240 |
# File 'sig/client.rbs', line 1240
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|