Class: Aws::Types::Disk
- Inherits:
-
Object
- Object
- Aws::Types::Disk
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
Instance Attribute Details
#bytes ⇒ ::Integer
Returns the value of attribute bytes.
433 434 435 |
# File 'sig/types.rbs', line 433 def bytes @bytes end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
432 433 434 |
# File 'sig/types.rbs', line 432 def device_name @device_name end |