Method: AWS::EC2::Instance#instance_type
- Defined in:
- lib/aws/ec2/instance.rb
#instance_type ⇒ String
The instance type, e.g. “m1.small”. The instance must be in a stopped state to change the instance type.
142 143 144 |
# File 'lib/aws/ec2/instance.rb', line 142 def instance_type @instance_type end |