Method: AWS::EC2::Image#hypervisor

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

#hypervisorSymbol (readonly)

The image’s hypervisor type.

Possible values are:

  • :ovm

  • :xen

Returns:

  • (Symbol)

    the current value of hypervisor



84
85
86
# File 'lib/aws/ec2/image.rb', line 84

def hypervisor
  @hypervisor
end