Class: Aws::Types::DiskMap
- Inherits:
-
Object
- Object
- Aws::Types::DiskMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_disk_name ⇒ ::String
Returns the value of attribute new_disk_name.
-
#original_disk_path ⇒ ::String
Returns the value of attribute original_disk_path.
Instance Attribute Details
#new_disk_name ⇒ ::String
Returns the value of attribute new_disk_name.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def new_disk_name @new_disk_name end |
#original_disk_path ⇒ ::String
Returns the value of attribute original_disk_path.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def original_disk_path @original_disk_path end |