Class: Aws::RDS::Types::ValidDBInstanceModificationsMessage

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. You can use this information when you call ModifyDBInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#storageArray<Types::ValidStorageOptions>

Valid storage options for your DB instance.

Returns:



13548
13549
13550
13551
# File 'lib/aws-sdk-rds/types.rb', line 13548

class ValidDBInstanceModificationsMessage < Struct.new(
  :storage)
  include Aws::Structure
end