Class: Aws::Types::EbsCardInfo
- Inherits:
-
Object
- Object
- Aws::Types::EbsCardInfo
- 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.
-
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
-
#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.
8624 8625 8626 |
# File 'sig/types.rbs', line 8624 def baseline_bandwidth_in_mbps @baseline_bandwidth_in_mbps end |
#baseline_iops ⇒ ::Integer
Returns the value of attribute baseline_iops.
8626 8627 8628 |
# File 'sig/types.rbs', line 8626 def baseline_iops @baseline_iops end |
#baseline_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute baseline_throughput_in_m_bps.
8625 8626 8627 |
# File 'sig/types.rbs', line 8625 def baseline_throughput_in_m_bps @baseline_throughput_in_m_bps end |
#ebs_card_index ⇒ ::Integer
Returns the value of attribute ebs_card_index.
8623 8624 8625 |
# File 'sig/types.rbs', line 8623 def ebs_card_index @ebs_card_index end |
#maximum_bandwidth_in_mbps ⇒ ::Integer
Returns the value of attribute maximum_bandwidth_in_mbps.
8627 8628 8629 |
# File 'sig/types.rbs', line 8627 def maximum_bandwidth_in_mbps @maximum_bandwidth_in_mbps end |
#maximum_iops ⇒ ::Integer
Returns the value of attribute maximum_iops.
8629 8630 8631 |
# File 'sig/types.rbs', line 8629 def maximum_iops @maximum_iops end |
#maximum_throughput_in_m_bps ⇒ ::Float
Returns the value of attribute maximum_throughput_in_m_bps.
8628 8629 8630 |
# File 'sig/types.rbs', line 8628 def maximum_throughput_in_m_bps @maximum_throughput_in_m_bps end |