AWS SDK for Kotlin
1.5.1
      Platform filter
Skip to content
    AWS SDK for Kotlin
computeoptimizer/aws.sdk.kotlin.services.computeoptimizer.model/RdsStorageFindingReasonCode

RdsStorageFindingReasonCode

sealed class RdsStorageFindingReasonCode

Inheritors

DbClusterStorageOptionAvailable
DbClusterStorageSavingsAvailable
EbsVolumeAllocatedStorageUnderProvisioned
EbsVolumeIopsOverProvisioned
EbsVolumeThroughputOverProvisioned
EbsVolumeThroughputUnderProvisioned
NewGenerationStorageTypeAvailable
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
DbClusterStorageOptionAvailable
Link copied to clipboard
object DbClusterStorageOptionAvailable : RdsStorageFindingReasonCode
DbClusterStorageSavingsAvailable
Link copied to clipboard
object DbClusterStorageSavingsAvailable : RdsStorageFindingReasonCode
EbsVolumeAllocatedStorageUnderProvisioned
Link copied to clipboard
object EbsVolumeAllocatedStorageUnderProvisioned : RdsStorageFindingReasonCode
EbsVolumeIopsOverProvisioned
Link copied to clipboard
object EbsVolumeIopsOverProvisioned : RdsStorageFindingReasonCode
EbsVolumeThroughputOverProvisioned
Link copied to clipboard
object EbsVolumeThroughputOverProvisioned : RdsStorageFindingReasonCode
EbsVolumeThroughputUnderProvisioned
Link copied to clipboard
object EbsVolumeThroughputUnderProvisioned : RdsStorageFindingReasonCode
NewGenerationStorageTypeAvailable
Link copied to clipboard
object NewGenerationStorageTypeAvailable : RdsStorageFindingReasonCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : RdsStorageFindingReasonCode

Properties

value
Link copied to clipboard
abstract val value: String
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka