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.
8870 8871 8872 |
# File 'sig/types.rbs', line 8870 def delete_on_termination @delete_on_termination end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
8869 8870 8871 |
# File 'sig/types.rbs', line 8869 def volume_id @volume_id end |