Method: AWS::EC2::Instance#hypervisor
- Defined in:
- lib/aws/ec2/instance.rb
#hypervisor ⇒ Symbol (readonly)
The instance’s hypervisor type. Valid values:
-
:ovm -
:xen
142 143 144 |
# File 'lib/aws/ec2/instance.rb', line 142 def hypervisor @hypervisor end |