Method: AWS::EC2::Instance#instance_type

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

#instance_typeString

The instance type, e.g. “m1.small”. The instance must be in a stopped state to change the instance type.

Returns:

  • (String)

    the current value of instance_type



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

def instance_type
  @instance_type
end