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::EbsBlockDevice
Returns the value of attribute ebs.
-
#no_device ⇒ ::String
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.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def device_name @device_name end |
#ebs ⇒ Types::EbsBlockDevice
Returns the value of attribute ebs.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def virtual_name @virtual_name end |