Class: Aws::Types::DiskImageVolumeDescription
- Inherits:
-
Object
- Object
- Aws::Types::DiskImageVolumeDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
8553 8554 8555 |
# File 'sig/types.rbs', line 8553 def id @id end |
#size ⇒ ::Integer
Returns the value of attribute size.
8554 8555 8556 |
# File 'sig/types.rbs', line 8554 def size @size end |