Class: Aws::Types::ScheduledInstancesBlockDeviceMapping
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledInstancesBlockDeviceMapping
- 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::ScheduledInstancesEbs
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.
16730 16731 16732 |
# File 'sig/types.rbs', line 16730 def device_name @device_name end |
#ebs ⇒ Types::ScheduledInstancesEbs
Returns the value of attribute ebs.
16731 16732 16733 |
# File 'sig/types.rbs', line 16731 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
16732 16733 16734 |
# File 'sig/types.rbs', line 16732 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
16733 16734 16735 |
# File 'sig/types.rbs', line 16733 def virtual_name @virtual_name end |