AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
ActionType
Action
Type
sealed
class
ActionType
Inheritors
Connect
Publish
Receive
Subscribe
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Connect
Link copied to clipboard
object
Connect
:
ActionType
Publish
Link copied to clipboard
object
Publish
:
ActionType
Receive
Link copied to clipboard
object
Receive
:
ActionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionType
Subscribe
Link copied to clipboard
object
Subscribe
:
ActionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String