AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codegurureviewer
/
aws.sdk.kotlin.services.codegurureviewer.model
/
RepositoryAssociationState
Repository
Association
State
sealed
class
RepositoryAssociationState
Inheritors
Associated
Associating
Disassociated
Disassociating
Failed
SdkUnknown
Members
Types
Associated
Link copied to clipboard
object
Associated
:
RepositoryAssociationState
Associating
Link copied to clipboard
object
Associating
:
RepositoryAssociationState
Companion
Link copied to clipboard
object
Companion
Disassociated
Link copied to clipboard
object
Disassociated
:
RepositoryAssociationState
Disassociating
Link copied to clipboard
object
Disassociating
:
RepositoryAssociationState
Failed
Link copied to clipboard
object
Failed
:
RepositoryAssociationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RepositoryAssociationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String