Method: AWS::EC2::Image#root_device_type
- Defined in:
- lib/aws/ec2/image.rb
#root_device_type ⇒ Symbol (readonly)
The root device type used by the AMI. Possible values:
-
:ebs
-
:instance_store
84 85 86 |
# File 'lib/aws/ec2/image.rb', line 84 def root_device_type @root_device_type end |