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.
11833 11834 11835 |
# File 'sig/types.rbs', line 11833 def device_name @device_name end |
#ebs ⇒ Types::EbsInstanceBlockDeviceSpecification
Returns the value of attribute ebs.
11834 11835 11836 |
# File 'sig/types.rbs', line 11834 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
11836 11837 11838 |
# File 'sig/types.rbs', line 11836 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
11835 11836 11837 |
# File 'sig/types.rbs', line 11835 def virtual_name @virtual_name end |