Class: Aws::Types::EbsBlockDevice
- Inherits:
-
Object
- Object
- Aws::Types::EbsBlockDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device ⇒ ::String
Returns the value of attribute device.
-
#volume_specification ⇒ Types::VolumeSpecification
Returns the value of attribute volume_specification.
Instance Attribute Details
#device ⇒ ::String
Returns the value of attribute device.
449 450 451 |
# File 'sig/types.rbs', line 449 def device @device end |
#volume_specification ⇒ Types::VolumeSpecification
Returns the value of attribute volume_specification.
448 449 450 |
# File 'sig/types.rbs', line 448 def volume_specification @volume_specification end |