AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloud9
/
aws.sdk.kotlin.services.cloud9.model
/
ManagedCredentialsStatus
Managed
Credentials
Status
sealed
class
ManagedCredentialsStatus
Inheritors
DisabledByCollaborator
DisabledByDefault
DisabledByOwner
EnabledByOwner
EnabledOnCreate
FailedRemovalByCollaborator
FailedRemovalByOwner
PendingRemovalByCollaborator
PendingRemovalByOwner
PendingStartRemovalByCollaborator
PendingStartRemovalByOwner
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
By
Collaborator
Link copied to clipboard
object
DisabledByCollaborator
:
ManagedCredentialsStatus
Disabled
By
Default
Link copied to clipboard
object
DisabledByDefault
:
ManagedCredentialsStatus
Disabled
By
Owner
Link copied to clipboard
object
DisabledByOwner
:
ManagedCredentialsStatus
Enabled
By
Owner
Link copied to clipboard
object
EnabledByOwner
:
ManagedCredentialsStatus
Enabled
On
Create
Link copied to clipboard
object
EnabledOnCreate
:
ManagedCredentialsStatus
Failed
Removal
By
Collaborator
Link copied to clipboard
object
FailedRemovalByCollaborator
:
ManagedCredentialsStatus
Failed
Removal
By
Owner
Link copied to clipboard
object
FailedRemovalByOwner
:
ManagedCredentialsStatus
Pending
Removal
By
Collaborator
Link copied to clipboard
object
PendingRemovalByCollaborator
:
ManagedCredentialsStatus
Pending
Removal
By
Owner
Link copied to clipboard
object
PendingRemovalByOwner
:
ManagedCredentialsStatus
Pending
Start
Removal
By
Collaborator
Link copied to clipboard
object
PendingStartRemovalByCollaborator
:
ManagedCredentialsStatus
Pending
Start
Removal
By
Owner
Link copied to clipboard
object
PendingStartRemovalByOwner
:
ManagedCredentialsStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ManagedCredentialsStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String