AWS SDK for Kotlin
Toggle table of contents
1.5.74
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
ActionType
Action
Type
sealed
class
ActionType
Inheritors
AddedProfileKey
Created
DeletedByCustomer
DeletedByMerge
DeletedProfileKey
Expired
Ingested
Merged
Updated
SdkUnknown
Members
Types
Added
Profile
Key
Link copied to clipboard
object
AddedProfileKey
:
ActionType
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
ActionType
Deleted
By
Customer
Link copied to clipboard
object
DeletedByCustomer
:
ActionType
Deleted
By
Merge
Link copied to clipboard
object
DeletedByMerge
:
ActionType
Deleted
Profile
Key
Link copied to clipboard
object
DeletedProfileKey
:
ActionType
Expired
Link copied to clipboard
object
Expired
:
ActionType
Ingested
Link copied to clipboard
object
Ingested
:
ActionType
Merged
Link copied to clipboard
object
Merged
:
ActionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionType
Updated
Link copied to clipboard
object
Updated
:
ActionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String