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
240 |
# File 'sig/client.rbs', line 240
def created_at: () -> ::Time
|
#profile_arn ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def profile_arn: () -> ::String
|
#profile_id ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def profile_id: () -> ::String
|
#status ⇒ "READY", ...
241 |
# File 'sig/client.rbs', line 241
def status: () -> ("READY" | "DELETING" | "DELETED" | "SAVING")
|