Method: AWS::EC2::Image#root_device_type

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

#root_device_typeSymbol (readonly)

The root device type used by the AMI. Possible values:

  • :ebs

  • :instance_store

Returns:

  • (Symbol)

    the current value of root_device_type



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

def root_device_type
  @root_device_type
end