class Aws::RDS::Types::ValidStorageOptions
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the `DescribeValidDBInstanceModifications` action.
@!attribute [rw] storage_type
The valid storage types for your DB instance. For example, gp2, io1. @return [String]
@!attribute [rw] storage_size
The valid range of storage in gibibytes (GiB). For example, 100 to 16384. @return [Array<Types::Range>]
@!attribute [rw] provisioned_iops
The valid range of provisioned IOPS. For example, 1000-20000. @return [Array<Types::Range>]
@!attribute [rw] iops_to_storage_ratio
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage. @return [Array<Types::DoubleRange>]
@!attribute [rw] supports_storage_autoscaling
Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidStorageOptions AWS API Documentation
Constants
- SENSITIVE