Class: Aws::Neptune::Types::ValidDBInstanceModificationsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::ValidDBInstanceModificationsMessage
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage ⇒ Array<Types::ValidStorageOptions>
Valid storage options for your DB instance.
Instance Attribute Details
#storage ⇒ Array<Types::ValidStorageOptions>
Valid storage options for your DB instance.
8075 8076 8077 8078 8079 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 8075 class ValidDBInstanceModificationsMessage < Struct.new( :storage) SENSITIVE = [] include Aws::Structure end |