Method: AWS::EC2::Image#hypervisor
- Defined in:
- lib/aws/ec2/image.rb
#hypervisor ⇒ Symbol (readonly)
The image’s hypervisor type.
Possible values are:
-
:ovm
-
:xen
84 85 86 |
# File 'lib/aws/ec2/image.rb', line 84 def hypervisor @hypervisor end |