AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
groundstation
/
aws.sdk.kotlin.services.groundstation.model
/
AngleUnits
Angle
Units
sealed
class
AngleUnits
Inheritors
DegreeAngle
Radian
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Degree
Angle
Link copied to clipboard
object
DegreeAngle
:
AngleUnits
Radian
Link copied to clipboard
object
Radian
:
AngleUnits
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AngleUnits
Properties
value
Link copied to clipboard
abstract
val
value
:
String