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.
17366 17367 17368 |
# File 'sig/types.rbs', line 17366 def device_name @device_name end |
#ebs ⇒ Types::ScheduledInstancesEbs
Returns the value of attribute ebs.
17367 17368 17369 |
# File 'sig/types.rbs', line 17367 def ebs @ebs end |
#no_device ⇒ ::String
Returns the value of attribute no_device.
17368 17369 17370 |
# File 'sig/types.rbs', line 17368 def no_device @no_device end |
#virtual_name ⇒ ::String
Returns the value of attribute virtual_name.
17369 17370 17371 |
# File 'sig/types.rbs', line 17369 def virtual_name @virtual_name end |