Class: Aws::Types::VolumeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::VolumeSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
Instance Attribute Details
#iops ⇒ ::Integer
Returns the value of attribute iops.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def iops @iops end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def size_in_gb @size_in_gb end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
1816 1817 1818 |
# File 'sig/types.rbs', line 1816 def throughput @throughput end |
#volume_type ⇒ ::String
Returns the value of attribute volume_type.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def volume_type @volume_type end |