AWS SDK for Kotlin
Toggle table of contents
1.6.94
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
ChangeType
Change
Type
sealed
class
ChangeType
Inheritors
AddMember
AddPayerCandidate
EditAutoApprovedChangeTypes
GrantCanReceiveInferenceOutput
GrantCanReceiveModelOutput
GrantReceiveResultsAbility
RemovePayerCandidate
RevokeCanReceiveInferenceOutput
RevokeCanReceiveModelOutput
RevokeReceiveResultsAbility
SdkUnknown
Members
Types
Add
Member
Link copied to clipboard
object
AddMember
:
ChangeType
Add
Payer
Candidate
Link copied to clipboard
object
AddPayerCandidate
:
ChangeType
Companion
Link copied to clipboard
object
Companion
Edit
Auto
Approved
Change
Types
Link copied to clipboard
object
EditAutoApprovedChangeTypes
:
ChangeType
Grant
Can
Receive
Inference
Output
Link copied to clipboard
object
GrantCanReceiveInferenceOutput
:
ChangeType
Grant
Can
Receive
Model
Output
Link copied to clipboard
object
GrantCanReceiveModelOutput
:
ChangeType
Grant
Receive
Results
Ability
Link copied to clipboard
object
GrantReceiveResultsAbility
:
ChangeType
Remove
Payer
Candidate
Link copied to clipboard
object
RemovePayerCandidate
:
ChangeType
Revoke
Can
Receive
Inference
Output
Link copied to clipboard
object
RevokeCanReceiveInferenceOutput
:
ChangeType
Revoke
Can
Receive
Model
Output
Link copied to clipboard
object
RevokeCanReceiveModelOutput
:
ChangeType
Revoke
Receive
Results
Ability
Link copied to clipboard
object
RevokeReceiveResultsAbility
:
ChangeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChangeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String