Method: AWS::EC2::Instance#hypervisor

Defined in:
lib/aws/ec2/instance.rb

#hypervisorSymbol (readonly)

The instance’s hypervisor type. Valid values:

  • :ovm

  • :xen

Returns:

  • (Symbol)

    the current value of hypervisor



142
143
144
# File 'lib/aws/ec2/instance.rb', line 142

def hypervisor
  @hypervisor
end