Class: Aws::Types::EbsOptimizedInfo
- Inherits:
-
Object
- Object
- Aws::Types::EbsOptimizedInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_bandwidth_in_mbps ⇒ ::Integer
Returns the value of attribute baseline_bandwidth_in_mbps.
-
#baseline_iops ⇒ ::Integer
Returns the value of attribute baseline_iops.
-
#baseline_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute baseline_throughput_in_m_bps.
-
#maximum_bandwidth_in_mbps ⇒ ::Integer
Returns the value of attribute maximum_bandwidth_in_mbps.
-
#maximum_iops ⇒ ::Integer
Returns the value of attribute maximum_iops.
-
#maximum_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute maximum_throughput_in_m_bps.
Instance Attribute Details
#baseline_bandwidth_in_mbps ⇒ ::Integer
Returns the value of attribute baseline_bandwidth_in_mbps.
8664 8665 8666 |
# File 'sig/types.rbs', line 8664 def baseline_bandwidth_in_mbps @baseline_bandwidth_in_mbps end |
#baseline_iops ⇒ ::Integer
Returns the value of attribute baseline_iops.
8666 8667 8668 |
# File 'sig/types.rbs', line 8666 def baseline_iops @baseline_iops end |
#baseline_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute baseline_throughput_in_m_bps.
8665 8666 8667 |
# File 'sig/types.rbs', line 8665 def baseline_throughput_in_m_bps @baseline_throughput_in_m_bps end |
#maximum_bandwidth_in_mbps ⇒ ::Integer
Returns the value of attribute maximum_bandwidth_in_mbps.
8667 8668 8669 |
# File 'sig/types.rbs', line 8667 def maximum_bandwidth_in_mbps @maximum_bandwidth_in_mbps end |
#maximum_iops ⇒ ::Integer
Returns the value of attribute maximum_iops.
8669 8670 8671 |
# File 'sig/types.rbs', line 8669 def maximum_iops @maximum_iops end |
#maximum_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute maximum_throughput_in_m_bps.
8668 8669 8670 |
# File 'sig/types.rbs', line 8668 def maximum_throughput_in_m_bps @maximum_throughput_in_m_bps end |