AWS SDK for Kotlin
Toggle table of contents
1.6.58
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sustainability
/
aws.sdk.kotlin.services.sustainability.model
/
EmissionsUnit
Emissions
Unit
sealed
class
EmissionsUnit
Specifies the unit of measurement for emissions.
Inheritors
MtCo2E
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Mt
Co2E
Link copied to clipboard
object
MtCo2E
:
EmissionsUnit
Metric tons of carbon dioxide-equivalent (MTCO2e).
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EmissionsUnit
Properties
value
Link copied to clipboard
abstract
val
value
:
String