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.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def device_name @device_name end |
#ebs ⇒ Types::EbsBlockDevice
Returns the value of attribute ebs.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def virtual_name @virtual_name end |