Class: Aws::RDS::Types::ValidVolumeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ValidVolumeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the valid options for an additional storage volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage ⇒ Array<Types::ValidStorageOptions>
The valid storage options for the additional storage volume.
-
#volume_name ⇒ String
The name of the additional storage volume.
Instance Attribute Details
#storage ⇒ Array<Types::ValidStorageOptions>
The valid storage options for the additional storage volume.
30008 30009 30010 30011 30012 30013 |
# File 'lib/aws-sdk-rds/types.rb', line 30008 class ValidVolumeOptions < Struct.new( :volume_name, :storage) SENSITIVE = [] include Aws::Structure end |
#volume_name ⇒ String
The name of the additional storage volume.
30008 30009 30010 30011 30012 30013 |
# File 'lib/aws-sdk-rds/types.rb', line 30008 class ValidVolumeOptions < Struct.new( :volume_name, :storage) SENSITIVE = [] include Aws::Structure end |