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