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.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def domain_isp_placements @domain_isp_placements end |
#read_rate_percent ⇒ ::Float
Returns the value of attribute read_rate_percent.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def read_rate_percent @read_rate_percent end |
#volume_statistics ⇒ Types::VolumeStatistics
Returns the value of attribute volume_statistics.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def volume_statistics @volume_statistics end |