AWS SDK for Kotlin
Toggle table of contents
1.5.97
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizerautomation
/
aws.sdk.kotlin.services.computeoptimizerautomation.model
/
RecommendedActionType
Recommended
Action
Type
sealed
class
RecommendedActionType
Recommended action type enumeration
Inheritors
SnapshotAndDeleteUnattachedEbsVolume
UpgradeEbsVolumeType
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendedActionType
Snapshot
And
Delete
Unattached
Ebs
Volume
Link copied to clipboard
object
SnapshotAndDeleteUnattachedEbsVolume
:
RecommendedActionType
Upgrade
Ebs
Volume
Type
Link copied to clipboard
object
UpgradeEbsVolumeType
:
RecommendedActionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String