Method: AWS::EC2::Image#type

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

#typeSymbol (readonly)

The type of image. Valid values are:

  • :machine

  • :kernel

  • :ramdisk

Returns:

  • (Symbol)

    the current value of type



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

def type
  @type
end