Class: Fog::AWS::Compute::Image
- Inherits:
-
Object
- Object
- Fog::AWS::Compute::Image
- Defined in:
- lib/breeze/fog_extensions/aws.rb
Instance Method Summary collapse
Instance Method Details
#display_name ⇒ Object
58 59 60 |
# File 'lib/breeze/fog_extensions/aws.rb', line 58 def display_name name or location end |
#full_type ⇒ Object
62 63 64 |
# File 'lib/breeze/fog_extensions/aws.rb', line 62 def full_type "#{type}, #{architecture}, #{root_device_type}" end |