Method: Aws::Mgn::Types::ReplicationConfigurationReplicatedDisk#throughput

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

#throughputInteger

Replication Configuration replicated disk throughput.

Returns:

  • (Integer)


3384
3385
3386
3387
3388
3389
3390
3391
3392
# File 'lib/aws-sdk-mgn/types.rb', line 3384

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