Method: AWS::EC2::Image#virtualization_type
- Defined in:
- lib/aws/ec2/image.rb
#virtualization_type ⇒ Symbol (readonly)
The type of virtualization of the AMI. Possible values:
-
:paravirtual
-
:hvm
84 85 86 |
# File 'lib/aws/ec2/image.rb', line 84 def virtualization_type @virtualization_type end |