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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

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:



15665
15666
15667
15668
15669
15670
15671
# File 'lib/aws-sdk-rds/types.rb', line 15665

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  include Aws::Structure
end

#provisioned_iopsArray<Types::Range>

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

Returns:



15665
15666
15667
15668
15669
15670
15671
# File 'lib/aws-sdk-rds/types.rb', line 15665

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  include Aws::Structure
end

#storage_sizeArray<Types::Range>

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

Returns:



15665
15666
15667
15668
15669
15670
15671
# File 'lib/aws-sdk-rds/types.rb', line 15665

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  include Aws::Structure
end

#storage_typeString

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

Returns:

  • (String)


15665
15666
15667
15668
15669
15670
15671
# File 'lib/aws-sdk-rds/types.rb', line 15665

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  include Aws::Structure
end