Class: Aws::Types::AttachDiskRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachDiskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_mounting ⇒ Boolean
Returns the value of attribute auto_mounting.
-
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
-
#disk_path ⇒ ::String
Returns the value of attribute disk_path.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#auto_mounting ⇒ Boolean
Returns the value of attribute auto_mounting.
124 125 126 |
# File 'sig/types.rbs', line 124 def auto_mounting @auto_mounting end |
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
121 122 123 |
# File 'sig/types.rbs', line 121 def disk_name @disk_name end |
#disk_path ⇒ ::String
Returns the value of attribute disk_path.
123 124 125 |
# File 'sig/types.rbs', line 123 def disk_path @disk_path end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
122 123 124 |
# File 'sig/types.rbs', line 122 def instance_name @instance_name end |