Class: Aws::Types::EbsInstanceBlockDeviceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::EbsInstanceBlockDeviceSpecification
- 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.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
8960 8961 8962 |
# File 'sig/types.rbs', line 8960 def delete_on_termination @delete_on_termination end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8959 8960 8961 |
# File 'sig/types.rbs', line 8959 def volume_id @volume_id end |