Class: Aws::Types::OverallVolume
- Inherits:
-
Object
- Object
- Aws::Types::OverallVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_isp_placements ⇒ ::Array[Types::DomainIspPlacement]
Returns the value of attribute domain_isp_placements.
-
#read_rate_percent ⇒ ::Float
Returns the value of attribute read_rate_percent.
-
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
Instance Attribute Details
#domain_isp_placements ⇒ ::Array[Types::DomainIspPlacement]
Returns the value of attribute domain_isp_placements.
519 520 521 |
# File 'sig/types.rbs', line 519 def domain_isp_placements @domain_isp_placements end |
#read_rate_percent ⇒ ::Float
Returns the value of attribute read_rate_percent.
518 519 520 |
# File 'sig/types.rbs', line 518 def read_rate_percent @read_rate_percent end |
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
517 518 519 |
# File 'sig/types.rbs', line 517 def volume_statistics @volume_statistics end |