Class: Aws::Types::EbsVolume
- Inherits:
-
Object
- Object
- Aws::Types::EbsVolume
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#device ⇒ ::String
Returns the value of attribute device.
466 467 468 |
# File 'sig/types.rbs', line 466 def device @device end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
467 468 469 |
# File 'sig/types.rbs', line 467 def volume_id @volume_id end |