Class: Aws::Types::Ec2EbsVolume
- Inherits:
-
Object
- Object
- Aws::Types::Ec2EbsVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
-
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
Instance Attribute Details
#iops ⇒ ::Integer
Returns the value of attribute iops.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def iops @iops end |
#size_gi_b ⇒ ::Integer
Returns the value of attribute size_gi_b.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def size_gi_b @size_gi_b end |
#throughput_mi_b ⇒ ::Integer
Returns the value of attribute throughput_mi_b.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def throughput_mi_b @throughput_mi_b end |