| Class | Fog::Compute::AWS::Server |
| In: |
lib/fog/aws/models/compute/server.rb
|
| Parent: | Fog::Compute::Server |
| architecture | [RW] | |
| iam_instance_profile_arn | [W] | |
| iam_instance_profile_name | [W] | |
| instance_initiated_shutdown_behavior | [RW] | |
| password | [RW] |
I tried to call it monitoring= and be smart with attributes[] but in save a merge_attribute is called after run_instance thus making an un-necessary request. Use this until finding a clever solution