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.
17027 17028 17029 |
# File 'sig/types.rbs', line 17027 def device_name @device_name end |
#ebs ⇒ Types::ScheduledInstancesEbs
Returns the value of attribute ebs.
17028 17029 17030 |
# File 'sig/types.rbs', line 17028 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
17029 17030 17031 |
# File 'sig/types.rbs', line 17029 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
17030 17031 17032 |
# File 'sig/types.rbs', line 17030 def virtual_name @virtual_name end |