Class: Aws::Types::EBSResourceUtilization

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_read_bytes_per_second::String

Returns the value of attribute ebs_read_bytes_per_second.

Returns:



396
397
398
# File 'sig/types.rbs', line 396

def ebs_read_bytes_per_second
  @ebs_read_bytes_per_second
end

#ebs_read_ops_per_second::String

Returns the value of attribute ebs_read_ops_per_second.

Returns:



394
395
396
# File 'sig/types.rbs', line 394

def ebs_read_ops_per_second
  @ebs_read_ops_per_second
end

#ebs_write_bytes_per_second::String

Returns the value of attribute ebs_write_bytes_per_second.

Returns:



397
398
399
# File 'sig/types.rbs', line 397

def ebs_write_bytes_per_second
  @ebs_write_bytes_per_second
end

#ebs_write_ops_per_second::String

Returns the value of attribute ebs_write_ops_per_second.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def ebs_write_ops_per_second
  @ebs_write_ops_per_second
end