toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
connectparticipant
/
aws.sdk.kotlin.services.connectparticipant.model
/
ResourceType
Resource
Type
sealed
class
ResourceType
Inheritors
Contact
ContactFlow
HierarchyGroup
HierarchyLevel
Instance
Participant
PhoneNumber
User
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Contact
Link copied to clipboard
object
Contact
:
ResourceType
Contact
Flow
Link copied to clipboard
object
ContactFlow
:
ResourceType
Hierarchy
Group
Link copied to clipboard
object
HierarchyGroup
:
ResourceType
Hierarchy
Level
Link copied to clipboard
object
HierarchyLevel
:
ResourceType
Instance
Link copied to clipboard
object
Instance
:
ResourceType
Participant
Link copied to clipboard
object
Participant
:
ResourceType
Phone
Number
Link copied to clipboard
object
PhoneNumber
:
ResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceType
User
Link copied to clipboard
object
User
:
ResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String