Method: Fog::Compute::AWS::Real#modify_image_attributes

Defined in:
lib/fog/aws/compute.rb

#modify_image_attributes(*params) ⇒ Object

[View source]

134
135
136
137
# File 'lib/fog/aws/compute.rb', line 134

def modify_image_attributes(*params)
  Fog::Logger.deprecation("modify_image_attributes is deprecated, use modify_image_attribute instead [light_black](#{caller.first})[/]")
  modify_image_attribute(*params)
end