Class: Aws::Types::EbsBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::EbsBlockDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
151 152 153 |
# File 'sig/types.rbs', line 151 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
153 154 155 |
# File 'sig/types.rbs', line 153 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def kms_key_id @kms_key_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
154 155 156 |
# File 'sig/types.rbs', line 154 def throughput @throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
155 156 157 |
# File 'sig/types.rbs', line 155 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
150 151 152 |
# File 'sig/types.rbs', line 150 def volume_type @volume_type end |