Method: AWS::EC2::Instance#root_device_type

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

#root_device_typeSymbol (readonly)

The root device type used by the AMI. The AMI can use an Amazon EBS or instance store root device. Valid values:

  • :ebs

  • :instance_store

Returns:

  • (Symbol)

    the current value of root_device_type



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

def root_device_type
  @root_device_type
end