AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotthingsgraph
/
aws.sdk.kotlin.services.iotthingsgraph.model
/
DeploymentTarget
Deployment
Target
sealed
class
DeploymentTarget
Inheritors
Cloud
Greengrass
SdkUnknown
Members
Types
Cloud
Link copied to clipboard
object
Cloud
:
DeploymentTarget
Companion
Link copied to clipboard
object
Companion
Greengrass
Link copied to clipboard
object
Greengrass
:
DeploymentTarget
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeploymentTarget
Properties
value
Link copied to clipboard
abstract
val
value
:
String