AWS SDK for Kotlin
Toggle table of contents
1.5.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
synthetics
/
aws.sdk.kotlin.services.synthetics.model
/
BrowserType
Browser
Type
sealed
class
BrowserType
Inheritors
Chrome
Firefox
SdkUnknown
Members
Types
Chrome
Link copied to clipboard
object
Chrome
:
BrowserType
Companion
Link copied to clipboard
object
Companion
Firefox
Link copied to clipboard
object
Firefox
:
BrowserType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BrowserType
Properties
value
Link copied to clipboard
abstract
val
value
:
String