# File lib/aws/iam/policy_collection.rb, line 181
      def each_item(response, &block)
        response.policy_names.each(&block)
      end