Method: AWS::EC2::Instance#root_device_type
- Defined in:
- lib/aws/ec2/instance.rb
#root_device_type ⇒ Symbol (readonly)
The root device type used by the AMI. The AMI can use an Amazon EBS or instance store root device. Valid values:
-
:ebs -
:instance_store
142 143 144 |
# File 'lib/aws/ec2/instance.rb', line 142 def root_device_type @root_device_type end |