# File lib/aws/ec2/resource.rb, line 78 def describe_attribute_call(attribute) name = describe_attribute_call_name attr_opt_name = Inflection.class_name(attribute.get_as.to_s) attr_opt_name = attr_opt_name[0,1].downcase + attr_opt_name[1..-1] client.send(name, Hash[[[response_id_method.to_sym, __resource_id__], [:attribute, attr_opt_name]]]) end