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.
8659 8660 8661 |
# File 'sig/types.rbs', line 8659 def delete_on_termination @delete_on_termination end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8658 8659 8660 |
# File 'sig/types.rbs', line 8658 def volume_id @volume_id end |