Class: Aws::Types::DiskInfo
- Inherits:
-
Object
- Object
- Aws::Types::DiskInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_system_disk ⇒ Boolean
Returns the value of attribute is_system_disk.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
Instance Attribute Details
#is_system_disk ⇒ Boolean
Returns the value of attribute is_system_disk.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def is_system_disk @is_system_disk end |
#name ⇒ ::String
Returns the value of attribute name.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def path @path end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def size_in_gb @size_in_gb end |