Module: Aws::BedrockAgentCoreControl::Client::_CreateBrowserProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBrowserProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#created_at ⇒ ::Time
264 |
# File 'sig/client.rbs', line 264
def created_at: () -> ::Time
|
#profile_arn ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
265 |
# File 'sig/client.rbs', line 265
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|