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.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def device_name @device_name end |
#ebs ⇒ Types::EbsBlockDevice
Returns the value of attribute ebs.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def virtual_name @virtual_name end |