Method: Aws::OpsWorks::Types::VolumeConfiguration#iops

Defined in:
lib/aws-sdk-opsworks/types.rb

#iopsInteger

For PIOPS volumes, the IOPS per disk.

Returns:

  • (Integer)


6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'lib/aws-sdk-opsworks/types.rb', line 6299

class VolumeConfiguration < Struct.new(
  :mount_point,
  :raid_level,
  :number_of_disks,
  :size,
  :volume_type,
  :iops,
  :encrypted)
  SENSITIVE = []
  include Aws::Structure
end