You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::ValidStorageOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action.

Instance Attribute Summary collapse

Instance Attribute Details

#iops_to_storage_ratioArray<Types::DoubleRange>

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.

Returns:

  • (Array<Types::DoubleRange>)

    The valid range of Provisioned IOPS to gibibytes of storage multiplier.

#provisioned_iopsArray<Types::Range>

The valid range of provisioned IOPS. For example, 1000-20000.

Returns:

  • (Array<Types::Range>)

    The valid range of provisioned IOPS.

#storage_sizeArray<Types::Range>

The valid range of storage in gibibytes. For example, 100 to 16384.

Returns:

  • (Array<Types::Range>)

    The valid range of storage in gibibytes.

#storage_typeString

The valid storage types for your DB instance. For example, gp2, io1.

Returns:

  • (String)

    The valid storage types for your DB instance.

#supports_storage_autoscalingBoolean

Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.

Returns:

  • (Boolean)

    Whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.