Method: AWS::EC2::Image#virtualization_type

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

#virtualization_typeSymbol (readonly)

The type of virtualization of the AMI. Possible values:

  • :paravirtual

  • :hvm

Returns:

  • (Symbol)

    the current value of virtualization_type



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

def virtualization_type
  @virtualization_type
end