Class: Aws::Types::BlockDeviceMapping
- Inherits:
-
Object
- Object
- Aws::Types::BlockDeviceMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#ebs ⇒ Types::Ebs
Returns the value of attribute ebs.
-
#no_device ⇒ Boolean
Returns the value of attribute no_device.
-
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
Instance Attribute Details
#device_name ⇒ ::String
Returns the value of attribute device_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def device_name @device_name end |
#ebs ⇒ Types::Ebs
Returns the value of attribute ebs.
240 241 242 |
# File 'sig/types.rbs', line 240 def ebs @ebs end |
#no_device ⇒ Boolean
Returns the value of attribute no_device.
241 242 243 |
# File 'sig/types.rbs', line 241 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
238 239 240 |
# File 'sig/types.rbs', line 238 def virtual_name @virtual_name end |