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