AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
VpcEncryptionControlState
Vpc
Encryption
Control
State
sealed
class
VpcEncryptionControlState
Inheritors
Available
Creating
DeleteFailed
Deleted
Deleting
EnforceFailed
EnforceInProgress
MonitorFailed
MonitorInProgress
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
VpcEncryptionControlState
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
VpcEncryptionControlState
Deleted
Link copied to clipboard
object
Deleted
:
VpcEncryptionControlState
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
VpcEncryptionControlState
Deleting
Link copied to clipboard
object
Deleting
:
VpcEncryptionControlState
Enforce
Failed
Link copied to clipboard
object
EnforceFailed
:
VpcEncryptionControlState
Enforce
In
Progress
Link copied to clipboard
object
EnforceInProgress
:
VpcEncryptionControlState
Monitor
Failed
Link copied to clipboard
object
MonitorFailed
:
VpcEncryptionControlState
Monitor
In
Progress
Link copied to clipboard
object
MonitorInProgress
:
VpcEncryptionControlState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VpcEncryptionControlState
Properties
value
Link copied to clipboard
abstract
val
value
:
String