Class: Aws::Types::InstanceBlockDeviceMappingSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InstanceBlockDeviceMappingSpecification
- 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::EbsInstanceBlockDeviceSpecification
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.
11345 11346 11347 |
# File 'sig/types.rbs', line 11345 def device_name @device_name end |
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Returns the value of attribute ebs.
11346 11347 11348 |
# File 'sig/types.rbs', line 11346 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
11348 11349 11350 |
# File 'sig/types.rbs', line 11348 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
11347 11348 11349 |
# File 'sig/types.rbs', line 11347 def virtual_name @virtual_name end |