Method: Aws::Mgn::Types::ReplicationConfigurationReplicatedDisk#iops

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

#iopsInteger

Replication Configuration replicated disk IOPs.

Returns:

  • (Integer)


3318
3319
3320
3321
3322
3323
3324
3325
3326
# File 'lib/aws-sdk-mgn/types.rb', line 3318

class ReplicationConfigurationReplicatedDisk < Struct.new(
  :device_name,
  :iops,
  :is_boot_disk,
  :staging_disk_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end