Class: Aws::Types::EbsBlockDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::EbsBlockDeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#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.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_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
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
8823 8824 8825 |
# File 'sig/types.rbs', line 8823 def delete_on_termination @delete_on_termination end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
8822 8823 8824 |
# File 'sig/types.rbs', line 8822 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
8824 8825 8826 |
# File 'sig/types.rbs', line 8824 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
8826 8827 8828 |
# File 'sig/types.rbs', line 8826 def kms_key_id @kms_key_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
8827 8828 8829 |
# File 'sig/types.rbs', line 8827 def snapshot_id @snapshot_id end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
8825 8826 8827 |
# File 'sig/types.rbs', line 8825 def throughput @throughput end |
#volume_size ⇒ ::Integer
Returns the value of attribute volume_size.
8828 8829 8830 |
# File 'sig/types.rbs', line 8828 def volume_size @volume_size end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
8829 8830 8831 |
# File 'sig/types.rbs', line 8829 def volume_type @volume_type end |