AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizer
/
aws.sdk.kotlin.services.computeoptimizer.model
/
RdsStorageFindingReasonCode
Rds
Storage
Finding
Reason
Code
sealed
class
RdsStorageFindingReasonCode
Inheritors
DbClusterStorageOptionAvailable
DbClusterStorageSavingsAvailable
EbsVolumeAllocatedStorageUnderProvisioned
EbsVolumeIopsOverProvisioned
EbsVolumeThroughputOverProvisioned
EbsVolumeThroughputUnderProvisioned
NewGenerationStorageTypeAvailable
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Db
Cluster
Storage
Option
Available
Link copied to clipboard
object
DbClusterStorageOptionAvailable
:
RdsStorageFindingReasonCode
Db
Cluster
Storage
Savings
Available
Link copied to clipboard
object
DbClusterStorageSavingsAvailable
:
RdsStorageFindingReasonCode
Ebs
Volume
Allocated
Storage
Under
Provisioned
Link copied to clipboard
object
EbsVolumeAllocatedStorageUnderProvisioned
:
RdsStorageFindingReasonCode
Ebs
Volume
Iops
Over
Provisioned
Link copied to clipboard
object
EbsVolumeIopsOverProvisioned
:
RdsStorageFindingReasonCode
Ebs
Volume
Throughput
Over
Provisioned
Link copied to clipboard
object
EbsVolumeThroughputOverProvisioned
:
RdsStorageFindingReasonCode
Ebs
Volume
Throughput
Under
Provisioned
Link copied to clipboard
object
EbsVolumeThroughputUnderProvisioned
:
RdsStorageFindingReasonCode
New
Generation
Storage
Type
Available
Link copied to clipboard
object
NewGenerationStorageTypeAvailable
:
RdsStorageFindingReasonCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RdsStorageFindingReasonCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String