Class: Aws::Types::InstanceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InstanceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
-
#image ⇒ ::String
Returns the value of attribute image.
Instance Attribute Details
#block_device_mappings ⇒ ::Array[Types::InstanceBlockDeviceMapping]
Returns the value of attribute block_device_mappings.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def block_device_mappings @block_device_mappings end |
#image ⇒ ::String
Returns the value of attribute image.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def image @image end |