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.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def domain_isp_placements @domain_isp_placements end |
#read_rate_percent ⇒ ::Float
Returns the value of attribute read_rate_percent.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def read_rate_percent @read_rate_percent end |
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def volume_statistics @volume_statistics end |