Class: Aws::RDS::Types::ValidVolumeOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#storageArray<Types::ValidStorageOptions>

The valid storage options for the additional storage volume.

Returns:



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_nameString

The name of the additional storage volume.

Returns:

  • (String)


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