AWS SDK for Kotlin
Toggle table of contents
1.6.56
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcorecontrol
/
aws.sdk.kotlin.services.bedrockagentcorecontrol.model
/
BrowserProfileStatus
Browser
Profile
Status
sealed
class
BrowserProfileStatus
The status of a browser profile.
Inheritors
Deleted
Deleting
Ready
Saving
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
BrowserProfileStatus
Deleting
Link copied to clipboard
object
Deleting
:
BrowserProfileStatus
Ready
Link copied to clipboard
object
Ready
:
BrowserProfileStatus
Saving
Link copied to clipboard
object
Saving
:
BrowserProfileStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BrowserProfileStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String